Thanks to visit codestin.com
Credit goes to github.com

Skip to content

To-Do-plus/frontend

Repository files navigation

Team: ToDoPlusUltra

App: Calendar Carousel

Members

  • Anthony Turinski
  • Jae Loney
  • Chris Rarig

To Do Plus

  • The problem solved by this app is having a calendar oriented to-do list. So many times calendars are strictly for events with to-do lists that are strictly for tasks. With this app, the user will be able to assign times to tasks (as well as delete or set up recurring tasks) and integrate this list with their Google calendars. Some additional features would even include linking the tasks with a messaging platform or allowing users to share to-do tasks.

MVP

  • The minimum viable product would let the user input and delete tasks to be done as well as times the tasks would take individually and link this with a calendar for accountability.

Wireframe

Wireframe

Domain Model

Domain Model

Project Management and User Stories

Trello

Database Schema

Event:
{
  "summary": "Appointment",
  "location": "Somewhere",
  "start": {
    "dateTime": "2011-06-03T10:00:00.000-07:00",
    "timeZone": "America/Los_Angeles"
  },
  "end": {
    "dateTime": "2011-06-03T10:25:00.000-07:00",
    "timeZone": "America/Los_Angeles"
  },
  "recurrence": [
    "RRULE:FREQ=WEEKLY;UNTIL=20110701T170000Z",
  ],
  "attendees": [
    {
      "email": "attendeeEmail",
      # Other attendee's data...
    },
    # ...
  ],
}

Credits:

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •