Skip to content

Commit 3a041c0

Browse files
authored
Merge pull request #9 from DevelopersBreach/shreyas/readme-roadmap-update
Added new task to the roadmap
2 parents 94b0fc8 + e06b6ac commit 3a041c0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ You can open the web application by running the `:composeApp:wasmJsBrowserDevelo
2525
## 🎢 Roadmap
2626

2727
- [x] Add `ktlint` configuration for code style enforcement.
28-
- [ ] Integrate `Arrow Core` for exception handling.
28+
- [x] Integrate `Arrow Core` for exception handling.
2929
- [x] Add a centralized logger.
3030
- [ ] Create a separate module for reusable UI components.
31-
- [ ] Configure GitHub Actions workflow.
31+
- [x] Configure GitHub Actions workflow.
32+
- [ ] Assign unique IDs to objects and enforce consistent ordering logic.
33+
- [ ] Correct usage of visibility modifiers across the codebase.
34+
- [ ] Introduce common @Preview annotations for reusable Composable previews.
35+
- [ ] Implement section-wise scroll behavior on the `Detail Screen` for better navigation.
36+
- [ ] Add inline code formatting support for syntax display on the `Detail Screen`.
37+
- [ ] Replace the search icon on the `Topic Card` to improve visual consistency.

0 commit comments

Comments
 (0)