Skip to content

CodeSquad-Boston/project-managment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Classroom Project Portal

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.

πŸ”— Quick Links


πŸ› οΈ The Workflow (Follow Strictly!)

Before doing any work, you must create a branch. Follow these steps for each task:

  1. Create a branch: Use the naming convention initials--0000-short-name.
    • Example: js--1024-add-inventory
    • Command: git checkout -b js--1024-add-inventory
  2. Work on your task: Implement your feature HTML, update the shared table in index.html, and append your info to this README.md.
  3. Stage and commit: git add . -> git commit -m "Add [Name] Project Feature"
  4. Push: git push origin [your-branch-name]
  5. Pull Request: Create a PR on GitHub. Get 1 approval from a classmate before merging.
  6. Resolve Conflicts: If the README or index.html has changed since you started, you must git pull origin main and fix the merge conflicts before you can finish.
  7. Done: Move your Jira ticket to Done.

🌟 Finished Example (Reference)

Code Squads's Project: Budget Buddy

  • 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

πŸ‘₯ Student Project Registry

[YOUR NAME]'s Project: [PROJECT TITLE]

  • Description: * Jira Story: * Sitemap: View Sitemap
  • Files Created: * Status: πŸƒ In Progress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages