From 7486c8a6a4d68666d763748008a777ab12429ffb Mon Sep 17 00:00:00 2001 From: Bhargav Butani <63716685+BhargavButani@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:50:08 +0530 Subject: [PATCH 1/2] New way to organize your zoom lectures schedule a weekly zoom lectures timetable for students and teachers out there. --- Projects/1-Beginner/Scheduled-Zoom-Lectures | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Projects/1-Beginner/Scheduled-Zoom-Lectures diff --git a/Projects/1-Beginner/Scheduled-Zoom-Lectures b/Projects/1-Beginner/Scheduled-Zoom-Lectures new file mode 100644 index 00000000..3fad6f81 --- /dev/null +++ b/Projects/1-Beginner/Scheduled-Zoom-Lectures @@ -0,0 +1,18 @@ +# Scheduled Zoom Lectures App For Students + +**Tier:** 1-Beginner + +Create and store your scheduled Zoom Lectures for directly open scheduled lecture on scheduled time! + +## User Stories + +- [ ] User can add a scheduled zoom lectures links in the form of weekly time table +- [ ] User can edit a lecture links and timing +- [ ] User can delete a links +- [ ] When closing the browser window the data will be stored and when the User returns, the data will be retrieved + +## Bonus features + +- [ ] user can swipe links directly. +- [ ] User can see the date when he added the scheduled zoom lecture in the table + From f42a154d153ea68748540bd756777b66c9edd2fe Mon Sep 17 00:00:00 2001 From: Bhargav Butani <63716685+BhargavButani@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:55:19 +0530 Subject: [PATCH 2/2] Rename Scheduled-Zoom-Lectures to Scheduled-Zoom-Lectures.md --- .../{Scheduled-Zoom-Lectures => Scheduled-Zoom-Lectures.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Projects/1-Beginner/{Scheduled-Zoom-Lectures => Scheduled-Zoom-Lectures.md} (100%) diff --git a/Projects/1-Beginner/Scheduled-Zoom-Lectures b/Projects/1-Beginner/Scheduled-Zoom-Lectures.md similarity index 100% rename from Projects/1-Beginner/Scheduled-Zoom-Lectures rename to Projects/1-Beginner/Scheduled-Zoom-Lectures.md