An open API service indexing awesome lists of open source software.

https://github.com/jnwelzel/tagtree

All your gamer tags in a single place - a pet project.
https://github.com/jnwelzel/tagtree

authentication pet-project qwik qwik-city tailwindcss typescript

Last synced: about 1 month ago
JSON representation

All your gamer tags in a single place - a pet project.

Awesome Lists containing this project

README

          

# Development

- Duplicate `.env.example`, rename it to `.env` and set `PUBLIC_API_URL` to where the API is running

# TODO

- [x] ui state logged in/out (see middleware)
- [x] logout
- [x] delete/edit tags
- [x] public profile endpoint (view a user's tags by their username ie. "www.tagtree.link/@jonshin")
- [ ] unify login/signup components, just the switch form+actions
- [ ] forgot password
- [ ] username unique constraint
- [ ] better error messages
- [ ] created/updated at field for tags
- [ ] user bio
- [ ] recaptcha
- [ ] labels for tags (alt account, abandoned, main account)
- [ ] reorder tags (drag n drop?)
- [ ] sorting/searching of tags
- [ ] pub/unpublish profile (settings)
- [ ] email visible? (settings + preferences)
- [ ] other contact data and visibility (settings)
- [ ] email confirmation
- [ ] oauth to add tags
- [ ] icons
- [ ] transitions/animations
- [ ] organize types