dnote/pkg/server/api/handlers
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
..
auth.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
auth_test.go Include license notices (#255) 2019-09-30 11:55:11 +08:00
classic.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
classic_test.go Include license notices (#255) 2019-09-30 11:55:11 +08:00
health.go Implement server binary (#223) 2019-07-22 13:41:09 +10:00
health_test.go Include license notices (#255) 2019-09-30 11:55:11 +08:00
helpers.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
limit.go Fix conflict report format (#237) 2019-07-30 18:57:23 +10:00
notes.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
notes_test.go Include license notices (#255) 2019-09-30 11:55:11 +08:00
repetition_rules.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
repetition_rules_test.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
routes.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
routes_test.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
semver.go Improve package structure (#207) 2019-06-25 19:20:19 +10:00
subscription.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
user.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
user_test.go Include license notices (#255) 2019-09-30 11:55:11 +08:00
v3_auth.go Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
v3_auth_test.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
v3_books.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
v3_books_test.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
v3_notes.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
v3_notes_test.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
v3_sync.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
v3_sync_test.go Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00