Skip to content

Commit 2095ac1

Browse files
committed
Update README with progress on v0.2.0 roadmap
1 parent 3c36718 commit 2095ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Access the latest APK for Kotlin Dictionary from the link below.
2929

3030
### Roadmap v0.2.0
3131

32-
- [ ] Assign unique IDs to objects and enforce consistent ordering logic
32+
- [x] Assign unique IDs to objects and enforce consistent ordering logic
3333
- [ ] Correct usage of visibility modifiers across the codebase
3434
- [ ] Introduce common `@Preview` annotations for reusable Composable previews
3535
- [x] Add code block for syntax display on the `Detail Screen`
3636
- [ ] Implement caching on the `Detail Screen` to store previously viewed topic data
37-
- [ ] Implement dynamic topic loading in `TopicRepository` to support scalability
37+
- [x] Implement dynamic topic loading in `TopicRepository` to support scalability
3838
- [ ] Integrate Room database to persist bookmark states
3939
- [ ] Add a `Home Page` for navigation
4040
- [ ] Add a `Quiz Page` to host topic-based quizzes

0 commit comments

Comments
 (0)