Day 2 / 06 / exercise
Bank Ideas Team Challenge
Use branches, Pull Requests, reviews, and merges to combine team features.
Team challenge
Open team brief01Work like a small product teamUse one shared repository and give each team member one feature to own.
Steps
- Work in teams of 2 to 3 people.
- Choose one working Bank Ideas prototype as the starting point.
- Create one shared GitHub repository.
- Assign one feature to each team member.
02Feature optionsChoose one new product feature per person.
Steps
- Upvoting: employees can vote for ideas.
- Comments: employees can discuss an idea.
- Idea status: ideas move through Submitted, Under Review, Approved, and Implemented.
03Pull Request flowEach feature should move through a branch, Pull Request, review, and merge.
Steps
- Create a feature branch.
- Commit and push your feature.
- Open a Pull Request.
- Review another person's Pull Request.
- Merge completed work into main.