From c2793e2cd614adf84385282ccc5e9681bb819397 Mon Sep 17 00:00:00 2001 From: Abdul Redd <104014874+abdulredd@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:33:22 -0500 Subject: [PATCH] update mod 2 intermission work task manager app build repo --- module2/intermission_work/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/module2/intermission_work/index.md b/module2/intermission_work/index.md index b1ab00ef..683dd4d7 100644 --- a/module2/intermission_work/index.md +++ b/module2/intermission_work/index.md @@ -53,9 +53,10 @@ Do a modified version of the assignments above: - You can skip the SQLBolt tutorial if you like. You can use the Checks for Understanding as a gauge of whether you need to review it or not. - Work on the SQL exercises. Spend at least 1 hour in all three sections. - Complete the Checks for Understanding -- [Task Manager](https://github.com/turingschool-examples/task_manager_rails) - - Review your code. If you do not have a copy, use the completed repo linked at the bottom of the README. +- [Task Manager](https://github.com/turingschool-examples/se_task_manager_rails) + - Try to build the application by referencing the README only when you get stuck. - Answer the Checks for Understanding at the end of the README. + - **BONUS!** Add another table (i.e. `users`) and create a one-to-many relationship between `tasks` and the additional table. You should also add the ability to CRUD this additional data as well. (i.e. View all users, View a user, Delete a user, etc.) - Complete a timed [Dog Party](./dog_party) - As you work, reference the [W3Schools HTML5 Tutorial](https://www.w3schools.com/html/default.asp) and [W3Schools CSS Tutorial](https://www.w3schools.com/css/default.asp)