Skip to content

Goldokpa/Gold_Spring

Repository files navigation

# CSYM026-AssessmentProject Group Project ## Current Team Members - Airat Yusuff - Gold Okpa - Alen Varghese ## Project status - Planning/setup stage ## Initial Tasks/Things to Note - Clone the repo - Always create a new branch for your work, and any updates you want to make should be pushed to the branch. For ease, branches can be named with the format: ***your_name/feature_you_worked_on*** - The **main** branch cannot be protected for unintentional pushes because the repo is private and this is not an organisation account. Hence, please ensure you **DO NOT** push directly to the **main** branch. ### To push your updates, please follow the **branch creation step**, then **create a PR** and tag all team members so it can be reviewed before being merged to the **main** branch. ``` git checkout main git pull git checkout -b {name_of_your_new_branch} ``` ### How to push your updates ``` - git add . - git commit -m "your_commit_message" - git push origin {name_of_your_branch} ```` - For all PRs, please provide a summary of what was worked on/ the features in the PR. - If there are any questions or feedback, please leave them as comments on the PR. - Please ensure to always pull all updates from the **master** branch before creating your new branch locally and working with it. - Please name packages as "src" for all source Java files, and "test" for JUnit test files. - The UML diagram file is now included and will be updated as project progresses. - The work plan will also be updated - **To be continued...** Feel free to add more highlights to help us all work better together. # Gold_Spring

About

A front End Web interface for GoldSpring Table Water

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors