diff --git a/_toc.yml b/_toc.yml index 0f953ac..aff7bff 100755 --- a/_toc.yml +++ b/_toc.yml @@ -62,6 +62,7 @@ parts: - file: notes/project/progress01 - file: notes/project/progress02 - file: notes/project/progress03 + - file: notes/project/progress04 - caption: Course Feedback chapters: diff --git a/notes/part04/assignment04.md b/notes/part04/assignment04.md new file mode 100644 index 0000000..e69de29 diff --git a/notes/project/progress04.md b/notes/project/progress04.md new file mode 100644 index 0000000..fc7884d --- /dev/null +++ b/notes/project/progress04.md @@ -0,0 +1,30 @@ +# Progress 3 + +## Project Requirements: + +Must be completed with your group before workshop 5. + +- Use collections to store your data in MongoDB. (Choose some important piece of data that is central to your app.) In the long run, all of your persistent data should eventually be stored in the DB. +- Set up Node and Express to connect your React&Redux frontend with your Mongo DB. +- Ensure that you are now retrieving your data from the database to display in your UI (at least one API) +- Ensure that you have a type of input or form element that sends data to the database (at least one API) +- Implement EITHER update or delete (or both!) for your data in the database. +- **IMPORTANT** Take a look at your goals and regroup them into achievable tasks. Spend some time planning out the work you will do for the remainder of the course! +- Finally, be able to demonstrate that you have made progress toward completing more of your minimal + standard goals! + +```{note} +You may certainly borrow code from your assignment, but make sure you’re showing us new code that you’ve written specifically for your project! +``` + +```{tip} +**Remember**: These requirements are very minimal and are here to make sure that you are making forward progress on the project. We encourage you to make progress beyond the requirements in order to create an awesome project! +``` + +```{warning} +**Just to really scare you**: W5 is 3-ish (and a half) weeks from when your project is due. So while we have these minimum requirements set, not being beyond this could be a real problem for you or group … please keep that in mind! +``` + +## How to hand in: + +When you are ready, create a branch titled “project_3. Push your finalized code to that branch. +Do not push to this branch after 10AM PT on the day of Workshop 5. \ No newline at end of file