#Feedback for a project

2 messages · Page 1 of 1 (latest)

pure burrow
#

I just want to make sure not over engineering it.
This app will be personal tool I will use only on linux.

| Requirement                                  | Implementation                      |
| -------------------------------------------- | ----------------------------------- |
| Needs a GUI                                  | Tauri                               |
| Run in background                            | Tauri                               |
| Gobal hotkeys                                | Tauri                               |
| Timed events                                 | Systemd timer                       |
| Catch up to missed event e.g. awake computer | Systemd timer                       |
| Share state with timer and GUI               | Systemd service, socket programming |
strange hull
#

I don't have much feedback here, without context it sounds good i think.

That said, i don't really understand the Catch up to missed event e.g. awake computer part and how a timer would help. If you want to detect power events i would probably look into dbus too.