lab03 : First Retro and MVP Preparation

num ready? description assigned due
lab03 true First Retro and MVP Preparation Fri 10/15 11:00AM Fri 10/22 11:59PM
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-T) (20 pts) You earn these team points based on the attendance/participation in your retrospective; 3.33 per team member for teams of 6, 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 lect05.

New since lect05:

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-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) (15 pts) You earn these team points if your team posted, or commented on already posted, articles or tutorials in at least one of the ..._articles channels. You need at least 3 such interactions (posts or comments) to get full credit. Please document that you (which members of your team?) did these posts or comments in your LEARNING.md file.

Graded: (lab03-T) (10 pts) You earn these team points if the team links spreadsheet is updated with all the requested links to your repo information.

Ten days to MVP Code Freeze. Twelve to MVP video demos. 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/