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
This commit is contained in:
Sung Won Cho 2019-10-28 00:34:59 -07:00 committed by GitHub
commit 5902585216
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
176 changed files with 7746 additions and 1551 deletions

View file

@ -61,7 +61,7 @@ test-cli:
test-api:
@echo "==> running API test"
@${GOPATH}/src/github.com/dnote/dnote/pkg/server/api/scripts/test-local.sh
@${GOPATH}/src/github.com/dnote/dnote/pkg/server/scripts/test-local.sh
.PHONY: test-api
test-web: