update TODOs
This commit is contained in:
parent
5002f11bf3
commit
768c8c60b8
1 changed files with 28 additions and 18 deletions
46
README.md
46
README.md
|
@ -86,39 +86,49 @@ This is only a rough time guide for what to get done by which version, nothing f
|
||||||
|
|
||||||
### v2.1
|
### v2.1
|
||||||
|
|
||||||
|
*Focus: Modularity, Programmability, APIs*
|
||||||
|
|
||||||
- [ ] Installation guides
|
- [ ] Installation guides
|
||||||
- [x] nix flake
|
- [x] nix flake
|
||||||
- [ ] Copying embed urls more easily (some button for that)
|
- [ ] Api for requesting customized api info (.well-known endpoint)
|
||||||
- [ ] "raw" if it isn't an image, if it is "embed"
|
- [ ] Non-web client library
|
||||||
- [ ] Api for requesting customized api info
|
- [ ] CLI client
|
||||||
- [ ] Config file support
|
- [ ] better remove api and granularity
|
||||||
- [ ] Markdown pastas
|
|
||||||
|
|
||||||
### v2.2
|
### v2.2
|
||||||
|
|
||||||
- [ ] Proper docs
|
*Focus: Configurability*
|
||||||
- [ ] Improved rustdoc
|
|
||||||
- [ ] Non-web client library
|
- [ ] Config file support
|
||||||
- [ ] CLI client
|
|
||||||
- [ ] Easier customization of instance names and logos
|
|
||||||
- [ ] Easier basic themeing
|
- [ ] Easier basic themeing
|
||||||
- [ ] Colors
|
- [ ] Colors
|
||||||
- [ ] Corner rounding
|
- [ ] Corner rounding
|
||||||
|
- [ ] Proper docs
|
||||||
|
- [ ] Improved rustdoc
|
||||||
|
- [ ] Easier customization of instance names and logos
|
||||||
|
|
||||||
### v2.3
|
### v2.3
|
||||||
|
|
||||||
|
*Focus: Better pastas*
|
||||||
|
|
||||||
- [ ] Encrypted pastas
|
- [ ] Encrypted pastas
|
||||||
|
- [ ] Copying embed urls more easily (some button for that)
|
||||||
|
- [ ] "raw" if it isn't an image, if it is "embed"
|
||||||
|
- [ ] Markdown pastas
|
||||||
|
|
||||||
### v3.0
|
### v3.0
|
||||||
|
|
||||||
- [ ] Deprecate JSON db, replace with SQLite
|
- [ ] entirely new frontend
|
||||||
- [ ] Rework internal data structures
|
- [ ] Authentication
|
||||||
- [ ] Map custom keys to ids
|
- [ ] basic logins
|
||||||
- [ ] Make hash ids, names and custom keys usable at once
|
- [ ] oidc
|
||||||
- [ ] Users
|
- [ ] Moderation
|
||||||
- [ ] Reporting pastas
|
- [ ] Permission system
|
||||||
- [ ] Admin panel
|
- [ ] admin panel
|
||||||
- [ ] Improve remove api
|
- [ ] Deprecate JSON db, replace with SQLite and postgres support
|
||||||
|
- [ ] Rework internal data structures
|
||||||
|
- [ ] Map custom keys to ids
|
||||||
|
- [ ] Make hash ids, names and custom keys usable at once
|
||||||
- [ ] Status/health/info improvements
|
- [ ] Status/health/info improvements
|
||||||
- [ ] Storage thats left
|
- [ ] Storage thats left
|
||||||
- [ ] Db status
|
- [ ] Db status
|
||||||
|
|
Loading…
Reference in a new issue