-
Notifications
You must be signed in to change notification settings - Fork 8
Update database lesson material (Backend) #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- moved content from legacy DB week 2/3
|
I just pushed it because I had already started locally but will not be working on it now. |
- moved nosql, m2m relations and aggregate functions to week 2
… with sqlite - made focus on creating a DB (provided) - CRUD SQL - working with relations - adding new columns and tables
…o the point - add vscode extension - fixed link to json file
|
@marcorichetta to:
I'll create a separate task for the missing assignment after we merge this :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it might be better not to commit this. Yes, it's a portable format, but being binary, it's basically impossible to review it or reason about its contents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed it, see my final comment below :)
…e it themselves if needed
… for the exercises
|
Alright, this is ready from my perspective. I've attempted to make the exercises and their required files clearer. Required files will now live in the assignment repo HackYourFuture-CPH/hyf-assignment-template#34. The mentor will have to run their demos from here too. I've removed the binary database "solution" and removed comments suggesting that the trainees can use this if they wish. I believe they should focus on creating a working solution themselves. However, the assignment and week2 builds on this database, so if they're really stuck after the session, then a mentor can recreate a working database from This module will definitely need testing by mentor(s) before we run it for the first time, since it's very reliant on the materials and files provided. |
|
I'm merging in the name of iteration. If anyone has further feedback/ideas on this module, feel free to raise it. |
Description
Status
Database modules overview
Modules in yellow are the ones worked in this PR

Relevant links