Skip to content

Usage Example

rishab-goswami edited this page Mar 20, 2020 · 11 revisions

Front Page

We have decided that in order to log into our app, users must use google. There aren't any other login methods. This was just a simpler method of logging in. Everyone has a google account and making our own database ensuring that all the data was protected would have been more effort.

Calendar Page

Once on the calendar page, there are three different types of views; day view, week view and month view

Day View

Day View

Week View

Week View

Month View

Month View

Adding Tasks

Task adder Pressing on the plus/add button on the left side when on the calendar page will bring up a modal. Here, users are able to add tasks they want to do during the day. The interesting thing about this task adder though is the users don't choose when a task is added, the program decides a suitable time to add the task for the user.

Viewing Tasks

Task view Clicking on the calendar button below the task adder on the left side of the page will bring up all of the tasks the user as scheduled on that day in a neat list view.

#Settings Page Settings Clicking on the Settings button on the top right of the page will bring the user to the settings page. Here the user has the ability to change their name, email, the theme of the app, working hours (decides the earliest and latest a task can be scheduled by the scheduler) and profile picture.

Clone this wiki locally