feat: add price handler, commit, push, pull

- price handler for getting or editing price (only applied to main profile)
- routine pull sync recipe repo & backup commit recover

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-05-05 17:03:33 +07:00
parent ab84060ab5
commit 0f857445a4
Notes: pakin 2026-05-05 20:35:20 +07:00
feat: commit
- not support multiple files yet
feat: routine backup commit flush
- not support order of commit yet, this may results in random commit
9 changed files with 610 additions and 23 deletions

View file

@ -1,5 +1,6 @@
pub mod auth;
pub mod command;
pub mod price;
pub mod recipe;
pub mod sheet;
pub mod watchdog;