mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
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:
parent
9f6d4dbbaa
commit
5902585216
176 changed files with 7746 additions and 1551 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue