swsnu / swpp2019-team7

1 stars 1 forks source link

Interval Setting Implementation #76

Closed jaehunjung1 closed 4 years ago

jaehunjung1 commented 4 years ago

We need to implement both frontend / backend feature for notification interval setting.

In terms of backend, we don't even have a django model for this now. First we need to clear up all the specification for this feature, and start working on it. Then we will also have to modify cron.py such that our crontab considers each user's interval to send notifications (Not looking for each pill independently as current code does)

In frontend, we need a research on Gantt Chart framework supported in React, and try it out in Pillbox.