Agenda
- Concept: Staging Changes
- When working in a group, not every file that you change in your local copy of the project should be committed.
- Learn how to identify what files should not be committed.
- Recap: Querying a Database
- From the grade 11 course, you may find this summary of how to query a database useful; solutions to the exercises shown are here.
- This SQL reference sheet from last year may also be of use.
- Pairing this with the Supabase documentation on how to fetch and create data will be useful.
- Recap: Bootstrapping a Database
- From the grade 11 course, here is how to:
- get started with creating a new project in Supabase
- begin using the Supabase framework in a project
- read, write, and update data
- From the grade 11 course, here is how to:
- Task: Group Software Development
- Time to work on assigned issues.
Things to do before our next class
- As you see fit, make further progress on your assigned issue(s).
- Remember to document your progress.