Add ability to see only specific decks

This commit is contained in:
2024-05-04 20:34:45 +02:00
parent df267ebc4e
commit 8e0fca1c36
6 changed files with 149 additions and 41 deletions

View File

@@ -61,7 +61,7 @@ Why settle for pricey apps when you can have WordAX? We're here to prove that ef
- [x] Create flashcards
- [ ] Add tags to cards
- [ ] Specify how often you want each card to be seen (per folder/tag?)
- [ ] Add tags/folders
- [x] Add tags/folders - added decks to group cards
- [x] Store cards persistently
- [x] For start store them on the phone - stored using Core Data
- [ ] Maybe later add a storage in cloud, so that you can sync with other devices if the app is multi-platform?
@@ -70,6 +70,7 @@ Why settle for pricey apps when you can have WordAX? We're here to prove that ef
- [ ] Make an apple watch version of the app
- [ ] Option to add a hint
- [ ] Add haptic touch
- [ ] Add emoji to decks? design:)
<p align="right">(<a href="#readme-top">back to top</a>)</p>