CompSci 308 Spring 2024 |
Advanced Software Design and Implementation |
In this lab, you will practice planning the project's scope and priorities. Team Contract
In your OOGASalad teams, complete the following steps:
doc/SCOPE_PLANNING.md
using Gitlab's Markdown formatFor shared Markdown editing, you can work
The result of this lab will be a set of documents that captures the important points of your team's several directed discussions.
Now that you have some experience with teams in this course, create your own Team Contract for this project. This document serves as an agreement between all teammates on a set of conventions to abide by. When making your contract, consider the following resources:
It should be created collaboratively by thinking about good or bad aspects of team project experiences you have already had, your goals for the course, how the team should communicate, the quality of work everyone wishes to achieve, and the level of group participation and individual accountability everyone feels comfortable with. The process of generating a team contract usually helps jump start a group's efforts to become a team by immediately focusing everyone on a definite task that requires communication and negotiation.
Use the questions in this worksheet to guide your discussion. Make sure to address at least these topics:
Before Moving On: Complete the file doc/TEAM_CONTRACT.md
, then add
, commit
the file, and push
it to your shared oogasalad_teamNN
repository.
Discuss your plan by prioritizing the components each team member plans to take primary and secondary responsibility for and a high-level plan of how the team will spend its time to complete the program. Specifically, each person should take responsibility for specific features and Use Cases they intend to work on during each Sprint. This requires the team to agree on the feature priorities and set a goals for each week's work.
Though this project is large and complex, it can be broken down into a set of manageable APIs that work together flexibly. Some APIs will be more fundamental than others and some can simply be placeholders or have simplified implementations until they need to be fleshed out. Within each Sprint, you may choose to start some components, make progress on others, and/or finalize the implementation of yet other components. Use features to prioritize the work among different Sprints, so there is always running, demonstrable, improvement from the previous Sprint.
In industry, Sprints often end with a demo to stakeholders, and progress is measured by how many features (i.e., things a customer would see as a reason for buying your product) were completed in the Sprint, rather than how much of the data structure was set up. Keeping your code clean, and refactoring as you go, should allow you to move faster as the project goes rather than having to spend an entire Sprint cleaning up from past issues.
Spend time now prioritizing project's features to complete and who will be taking the lead on each feature:
Tasks should include both user interaction as well as backend support for each feature. Tasks may also include non-programming oriented, but it should be clear from looking at the distribution of tasks that everyone on the team is accepting responsibility for their fair share.
Note this Backlog will be updated throughout the project as new possible features and Use Cases are discussed and this process will be repeated at the start of each Sprint based on your actual progress.
Before Moving On: Complete the file doc/AGILE_PLANNING.md
, then add
, commit
the file, and push
it to your shared oogasalad_teamNN
repository.
At the end of lab, you should have push
ed your team's Markdown files to the doc
folder of your provided, shared, slogo_teamNN
repository to submit your notes about your teams' discussions:
Make sure the text of your final commit message is of the form "lab_oogasalad_design - NetIDs".
IDEA:
Depending on how your team classifies your APIs and
|
|