5-MuhSkuhTeers / StudyApp

Web app that keeps track of school tasks, helps allocate time for studying and helps to create study habits, sends reminders on due dates and when to work on assignments/study.
0 stars 0 forks source link

Create a route/backend functionality that fetches all user's assignment and information as the addTaskForm is submitted. #51

Closed zemingzhang1 closed 2 years ago

zemingzhang1 commented 2 years ago

Task Tests

Test 1

  1. When function is called the function will access the data base and retrieve all user work
  2. Call the function- it takes no arguments
  3. Print out the output
  4. It should print out in this format {work_name: {work_details: details}}
  5. Verify that the work_name exist in the database
  6. Verify that the work_name is matched to the correct work_details dictionary
  7. Repeat the test 2 times with a few mock assignments (manually add to database)