-
Notifications
You must be signed in to change notification settings - Fork 42
Usage Example
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.
Once on the calendar page, there are three different types of views; day view, week view and month view
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.
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 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.