Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

remember-to-call-mom/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remember to Call Mom - Frontend Project

Remember to Call Mom - Random Reminder

What we want to do

Reminder Input Form

  • Channel: Select Input: Push, email, webhook

  • Text Field: Reminder Title

  • Number Input: Min input time

  • Select Input: hours, days, weeks, months

  • Number Input: Max input time

  • Select Input: hours, days, weeks, months

  • Checkbox: Latest

Datamodel

Reminder

  • id: uuid
  • ownedBy: uuid
  • channel: string, ['push', 'email', 'webhook']
  • title: string
  • min: number
  • min-unit: string, ['hours', 'days', 'weeks', 'months']
  • max: number
  • max-unit: string, ['hours', 'days', 'weeks', 'months']
  • limit: boolean
  • createdAt: timestamp
  • updatedAt: timestamp

About

Remember to Call Mom - Random Reminder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published