This repository is a collaborative engineering space. We are using the Crop Tracker as our model, but you will be building and documenting your own personal project here.
- Jira Board: Access the Board Here
Before doing any work, you must create a branch. Follow these steps for each task:
- Create a branch: Use the naming convention
initials--0000-short-name.- Example:
js--1024-add-inventory - Command:
git checkout -b js--1024-add-inventory
- Example:
- Work on your task: Implement your feature HTML, update the shared table in
index.html, and append your info to thisREADME.md. - Stage and commit:
git add .->git commit -m "Add [Name] Project Feature" - Push:
git push origin [your-branch-name] - Pull Request: Create a PR on GitHub. Get 1 approval from a classmate before merging.
- Resolve Conflicts: If the README or index.html has changed since you started, you must
git pull origin mainand fix the merge conflicts before you can finish. - Done: Move your Jira ticket to Done.
- Description: A simple app to track monthly grocery spending.
- Jira Story: As a user, I want to see a list of my expenses so I can stay on budget.
- Sitemap: View John's Sitemap
- Files Created:
js-budget-feature.html - Status: β Feature 1/7 Implemented
- Description: * Jira Story: * Sitemap: View Sitemap
- Files Created: * Status: π In Progress