Momentum logo
Team 2 Classroom

MobCoded Note-Taking App

We’ll mob code a web application for taking notes, like the one you created for your front end assignment. A user should be able to log in to their account, display a list of all their notes, create new notes, edit existing notes, and delete notes.

Notes have a title, text, the date/time created and most recently updated (these latter two should not be user-editable but set automatically when the note is saved to the database). Users can categorize their notes by adding at least one category when they create a new note or edit a note.

CSS is not important in this project, but you should add minimal styling by simply linking to a library like Shoelace or Bootstrap.

You won’t be able to do all of this so make some decisions about where to start and what to do later.

The repo we will use and commit to is here: https://github.com/momentum-team-2/django-mob-notes

General roadmap for the Product

Stretch goal

If we get through the basic app functionality, consider implementing this.

Mob programming rules

Each person must verbally contribute to the code being written, but only one person at a time is typing. As always, our discussion will be guided by our respect for each other and our agreement from day one to protect our safe learning space. It’s ok to be wrong and not to know something, so take risks.

The Goal: Finish this app during class time today (morning and afternoon).

We will switch roles every 10 minutes. Move fast, be decisive, write code and run it.

The roles

The Driver This person shares their screen and does the typing. In this role, you are mainly a conduit for the ideas of the group, implementing what the Navigator asks you to. You are not generating code yourself.

The Navigator The navigator leads the way, making decisions based on the input of the group about what to do and giving direction about what to type to the driver.

The Facilitator The job of the facilitator is to moderate the discussion and be sure all voices are heard. This person leads the discussion, asks pertinent questions to generate ideas, and keeps things moving forward in cooperation with the Navigator.

The Scout This person is responsible for looking up syntax or documentation and may be asked to do that by anyone on the team.

The Contributors These developers make suggestions and offer helpful advice as needed. Facilitators may ask them directly for their input and moderate their contributions to the discussion.

Role assignments

We’ll shift roles at 10-minute intervals.

At the beginning of each shift, pull down all the code from the repo.

At the end of each shift, add, commit, and push all the code that has been written.

shift 1

shift 2

shift 3

shift 4

shift 5

shift 6