From 7970b3499b7fc35e6f34e3e1b333ec1159f3582b Mon Sep 17 00:00:00 2001 From: Priyansh Date: Sun, 3 Oct 2021 10:04:59 +0530 Subject: [PATCH] Update 6x9-Generator.md --- Projects/2-Intermediate/6x9-Generator.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Projects/2-Intermediate/6x9-Generator.md b/Projects/2-Intermediate/6x9-Generator.md index c7f4df37..88b3dbd2 100644 --- a/Projects/2-Intermediate/6x9-Generator.md +++ b/Projects/2-Intermediate/6x9-Generator.md @@ -6,15 +6,15 @@ This application is a customized weekly academic Time-Table Generator and Manage ## User Stories -- [ ] User can create a **.csv** file which contains details about their weekly schedule of lectures, tutorials and lab section classes (This file could be used to render data on the frontend) -- [ ] Users can select courses from a dropdown to add to their time-table +- [ ] User can create a **.csv** file which contains details about their weekly schedule of lectures, tutorials and lab section classes (This file can be used to render data on the frontend) +- [ ] Users can select courses from a dropdown to add to their weekly time-table - [ ] Users can remove the added courses to manage their schedule ## Bonus features -- [ ] Users can searcb in the input box to find by Course Code, Instructor, Course Name etc. -- [ ] Users can add custom Reserve time for breaks like lunch, snacks etc +- [ ] Users can search in the input field to find courses by code, Instructor name etc. +- [ ] Users can add custom Reserve time for breaks like lunch, snacks etc. ## Useful links and resources