hibiscus/TODO.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

2024-03-18 18:37:38 +03:00
# TODO
List of things to add to this project
2024-03-17 17:12:41 +03:00
2024-10-23 11:26:35 +03:00
## Priority 2.0.0
* (pre-release) re-write README
2024-10-07 16:04:39 +03:00
* `style.css` in config instead of theme (provide themes as examples in repo)
2024-08-06 00:51:05 +03:00
* Auth improvement so it DOESN'T ASK ME FOR PASSWORD EVERY DAY UGH XD
2024-10-23 11:26:35 +03:00
* Specify data directory in config or with flags
* Configure more of the app with flags, possibly move to `cobra` for this
2024-10-07 16:04:39 +03:00
## Nice to have
2024-05-18 16:15:20 +03:00
* Forward/backward buttons for days
2024-10-07 16:04:39 +03:00
* Changelog included
* Refactor code
2024-10-11 11:13:55 +03:00
* API field for version
* Notifications late in the day
* man page, maybe try packaging for fun
* store passwords as hash
2024-05-18 16:15:20 +03:00
2024-05-07 13:27:11 +03:00
## Brainstorming
Don't expect any of this, these are ideas floating inside my head
* Further info page functionality
* Statistics e.g. mb taken, number of day pages/notes
2024-05-08 13:12:10 +03:00
* Test telegram link
2024-05-07 13:27:11 +03:00
* Multi-user support through several username-pass keys
* `/data/<user>/...`
* This would be an *extremely* breaking change
* How to handle exporting *all*? Admin account?
* I don't need this, unless Hibiscus.txt somehow gets popular why bother?
Is this even a feature that fits the vision?
2024-05-08 13:12:10 +03:00
* Better, *multi-page* docs in case others want to use this for some reason
* Check export function for improvements
2024-10-07 16:04:39 +03:00
* *Go* dependency-less? <-- this is a terrible idea