dnote/pkg/server
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
..
api Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
database Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
job Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer 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
testutils Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
.env.dev Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
.env.test Simplify the env vars (#225) 2019-07-23 15:55:23 +10:00
.gitignore Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
main.go Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
README.md Implement server binary (#223) 2019-07-22 13:41:09 +10:00

Dnote Server

The Dnote server containing the web interface, the web API, and the background jobs.