Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wetterkrank authored Nov 5, 2024
1 parent 1b022bd commit 50ed8f1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ https://dasbot.yak.supplies
As an alternative,
- Run `docker compose up` after the first two steps

### Dictionary
You'll need a db collection 'dictionary' with documents like this:
```
{"word":"Bahnhof","articles":"der","translation":{"en":"(railway) station"},"level":85}
```

## Notes

**Todo**
Expand All @@ -25,9 +31,10 @@ As an alternative,
- Add Docker build/push actions to CI ✔
- Randomize quiz time on 1st start ✔
- Move DB to MongoDB Atlas ✔
- Revise the dictionary
- Add some tools for dictionary management
- Select words by level -- A1, B1, ...
- i18n
- Revise the words database
- Let users add their words
- "Forget me" command
- Custom quiz intervals ("N times/day every 3 hours")
Expand Down

0 comments on commit 50ed8f1

Please sign in to comment.