dnote/pkg/server/api
Sung Won Cho 5902585216
Allow to specify repetition rule (#280)
* Implement data model and basic UI for repetition rules

* Implement tooltip

* Allow to update and write test

* Stop processing the first repetition until having waited at least the frequency amount

* Set up email dev server reload

* Test pro only

* Allow to toggle repetition using token

* Remove unused

* Add last active

* Simplify nextActive calculation

* Create weekly digest repetition rules for existing users

* Fix style

* Fix link

* Create default repetition rule upon signup

* Get notes with thresholds

* Fix test

* Fix test
2019-10-28 00:34:59 -07:00
..
crypt Improve package structure (#207) 2019-06-25 19:20:19 +10:00
handlers Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
helpers Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
operations Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
presenters Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
scripts Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
.gitignore Implement server binary (#223) 2019-07-22 13:41:09 +10:00
README.md Improve package structure (#207) 2019-06-25 19:20:19 +10:00

API

Dnote API.

Development

  • Ensure timezone = 'UTC' in postgres setting (postgresql.conf)