lab03 : First Retro and MVP Preparation

num ready? description assigned due
lab03 true First Retro and MVP Preparation Fri 04/23 01:00PM Thu 04/30 01:00PM
Points

Grading for First Retro Participation and MVP Preparation

Graded: (lab03-I) (5 pts) You earn these individual points if you participated in the first retrospective.

Graded: (lab03-I) (20 pts) You earn these points for submitting feedback on overall team performance via a CATME.org form survey that you got email invitations and possibly reminders for.

Graded: (lab03-T) (20 pts) You earn these team points based on the attendance/participation in your retrospective; 4 per team member for teams of 5, 5 points per team member for teams of four.

Graded: (lab03-T) (20 pts) You earn these team points when the content in team/retrospectives/RETRO_01.md is updated per the instructions from lect06.

New since lect06:

Graded: (lab03-T) (10 pts) You earn these team points when you recorded the outcome of (one of) your Retro experiments in team/retrospectives/RETRO_01.md by the due date of the MVP.

Graded: (lab03-T) (10 pts) When MVP Sprint Planning meeting took place and was documented in your team/sprint0?/ folder (question mark for number of current sprint).

Graded: (lab03-I) (5 pts) You earn these individual points if you gave a ‘thumbs up’ in Slack to at least one article you appreciated in one of the ..._articles channels.

Graded: (lab03-T) (10 pts) You earn these team points if your README.md is updated with complete installation instructions for your MVP and your MVP video link is announced in team/MVP_DEMO.md.

One week to MVP. Please prepare:

Planning your demo (MVP video)

At or after next week’s (week 5) lab session you’ll be asked to evaluate other teams’ presentation(s), so plan to watch them and be ready to do some very brief writing after each one.

Point us to your video

Add the following information to your README.md:

===================================================================================

Installation

Prerequisites

TODO: List what a user needs to have installed before running the installation instructions below (e.g., git, which version(s) of your framework(s) of choice)

Dependencies

TODO: List which libraries / add-ons you added to the project, and the purpose each of those add-ons serves in your app.

Installation Steps

TODO: Describe the installation process (making sure you give complete instructions to get your project going from scratch). Instructions need to be such that a user can just copy/paste the commands to get things set up and running. Note that with the use of GitHub Actions, these instructions can eventually be fully automated (e.g. with act, you can run GitHub Actions locally).

Functionality

TODO: Write usage instructions. Structuring it as a walkthrough can help structure this section, and showcase your features.

Known Problems

TODO: Describe any known issues, bugs, odd behaviors or code smells. Provide steps to reproduce the problem and/or name a file or a function where the problem lives.

Contributing

TODO: Leave the steps below if you want others outside your team to contribute to your project.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

If you haven’t already, add a file called LICENSE.txt with the text of the appropriate license. We recommend using the MIT license: https://choosealicense.com/licenses/mit/