Skip to content

Commit

Permalink
docs: extend future ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
flyck committed Mar 31, 2024
1 parent 690d100 commit 9d0da80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ V1 Release:
- [x] Remove date type from party date
- [x] Fix Dark Mode corner cases
- [x] Move from query-params to dynamic routing (astro ssr)
- [x] Have party ids be uuids instead of an incremental counter
- [x] Have party ids be uuids instead of an incremental counter (astro db)
- [x] Figure out error handling & displaying (htmx)
- In general
- [ ] Check that .astro backend sites wont expose secrets (astro ssr)
Expand All @@ -52,13 +52,16 @@ V1 Release:
Later Releases:
- Layout
- [ ] Screen height on mobile behaves weirdly
- [ ] Flexible bigger text input boxes (i.e. party description)
- Issues
- [ ] Fix all type-errors
- Nice things
- [ ] Basic Transitions for buttons, fance slide-in of the whole menu
- [ ] Modal gets closed when outside-area is clicked (escape & close button already work)
- [ ] Do frontend input validation (not super relevant for this app)

- Github Actions
- [ ] Biome Linting
- [ ] Nice releases

## Dev Notes

Expand Down

0 comments on commit 9d0da80

Please sign in to comment.