Commit graph

8 commits

Author SHA1 Message Date
Pakin
317fcd4203 feat: 0.0.1-dev
- expose shared config get/update endpoint
- interceptor for reporting changes from user
- task[recipe]: optimize recipe send flow, add material action (create/update, modify[not test])
- add secured session, in addition to auth message, this is required to use for newer client (expect ^0.0.2 for client)
- disable plugin mode
- optimize ram/cpu usages (reduce from 300MB to ~80MB)

Signed-off-by: Pakin <pakin.t@forth.co.th>
2026-06-16 10:47:00 +07:00
Pakin
4860fd950a change: change build for multi-platform
- fix: commit message empty
- fix: sheet api json not found may cause app unable to run

Signed-off-by: Pakin <pakin.t@forth.co.th>
2026-05-20 16:06:29 +07:00
Pakin
b16fa72383 feat: add list menu of recipe, check origin
- fix: zombie thread, safe deseialize, disable backup cycle

Signed-off-by: Pakin <pakin.t@forth.co.th>
2026-05-15 15:43:09 +07:00
Pakin
d7f5e12d51 feat: add plugin
- add plugin system that request may included to run before do actual request by type.

Signed-off-by: Pakin <pakin.t@forth.co.th>
2026-05-12 12:40:32 +07:00
Pakin
d048dc2437 feat: heartbeat check with log, sheet api config
Signed-off-by: Pakin <pakin.t@forth.co.th>
2026-05-09 11:02:02 +07:00
Pakin
0f857445a4 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>
2026-05-05 17:03:33 +07:00
Pakin
8cdba50c40 refactor & remove delay
- move duplication in recipe streaming
- remove unnessecary delay when sending back to client
- increase chunk size from 100 to 200

Signed-off-by: Pakin <pakin.t@forth.co.th>
2026-03-05 09:31:33 +07:00
Pakin
551f4ec3ab init: v1
Signed-off-by: Pakin <pakin.t@forth.co.th>
2026-02-27 14:09:21 +07:00