Skip to content

Commit

Permalink
chore(todo): add todo list and start roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Dec 13, 2024
1 parent 572f9af commit b308658
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,30 @@ _**Open to name suggestions :)**_

_Karr: Car in Breton language._ Not a misspelling ;)

Built with Hono, Drizzle, and TypeScript.
Running on Deno.
Built with Hono, Drizzle, and TypeScript. Running on Deno.

## Roadmap

- [ ] Admin dashboard for instance piloting
- [ ]

## TODO

- [ ] Get deployment working
- [ ] Add versioning ([Changesets](https://github.com/changesets/changesets))

- [ ] Add mock login
- [ ] Use clsx ?
- [ ] Add [Iconify](https://iconify.design/docs/iconify-icon/react.html)
- [ ] Add i18n [info in Nextjs docs](https://nextjs.org/docs/pages/building-your-application/routing/internationalization)
- [ ] Add trip search route that gives fake, not-searched data
- [ ] Add demo client for PoC

- [ ] Minify API Docker container

- [ ] Get auth server running (using Ory Kratos/Oathkeeper, with JWT)
- [ ] Build proper auth frontend

- [ ] Add tests
- [ ] Env type-safety [T3 env](https://env.t3.gg/docs/nextjs)
- [ ] Add documentation

0 comments on commit b308658

Please sign in to comment.