Previous Lecture | lect07 | Next Lecture |
lect07, Mon 02/05
MVP preparation, final stretch
Announcements
- Lecture and group work via Zoom today. Link in Slack announcement!
- h06 on testing is due next Monday. Focus on your MVP this week! .
- CATME.org team peer reviews have been released. Discuss if there is need for discussion!
- MVP code freeze in three days: Thu, 02/08/24: Minimum Viable Product
- MVP demonstrations with quick peer MVP eval this Friday, 02/09/24 lab05
Continuous Integration / Continouous Delivery (CI/CD)
- Continuous Delivery: Software development process that aims to build software that is always ready to be deployed into production
- Continuous Integration: Technique where every developer on a project should integrate their work daily with every other developer
- Video: Continuous Delivery Assembly Line Metaphor
MVP Deliverables
- Up-to-date github repo with complete README.md file that provides complete instructions for deploying your product
- Up-to-5min video of your MVP (link to it in
<github>
/team/MVP_DEMO.md) - Github Projects Kanban board should reflect all your activity leading up to the MVP
- Clear Acceptance Criteria on all your completed issues!
Today:
- Standup
- Progress toward MVP