creddy/doc/todo.md

20 lines
739 B
Markdown
Raw Normal View History

## Definitely
2023-09-11 23:11:06 +00:00
* Switch to "process" provider for AWS credentials (much less hacky)
* Session timeout (plain duration, or activity-based?)
2023-09-13 18:06:40 +00:00
* ~Fix rehide behavior when new request comes in while old one is still being resolved~
2023-09-11 23:11:06 +00:00
* Additional hotkey configuration (approve/deny at the very least)
* Logging
* Icon
* Auto-updates
2023-09-11 23:11:06 +00:00
* SSH key handling
## Maybe
* Flatten error type hierarchy
* Rehide after terminal launch from locked
* Generalize Request across both credentials and terminal launch?
* Make hotkey configuration a little more tolerant of slight mistiming
* Distinguish between request that was denied and request that was canceled (e.g. due to error)
* Use atomic types for primitive state values instead of RwLock'd types