Commit Graph

16 Commits

Author SHA1 Message Date
Cauê Faleiros
d862145522 fix: prevent UPSERT from squashing historical data by generating a composite fallback order ID
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m2s
2026-05-20 15:03:39 -03:00
Cauê Faleiros
4a7ff31898 perf: move date filtering to backend to massively reduce payload size and implement smart polling for instant updates without lag
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 54s
2026-05-20 11:39:14 -03:00
Cauê Faleiros
8be7dbbe06 feat: make database idempotent by adding unique index and using UPSERT for order insertions
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m2s
2026-05-08 15:48:37 -03:00
Cauê Faleiros
f6d4be1afb fix: safely parse n8n stringified numbers and add ID_Pedido to API response
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m16s
2026-05-08 14:10:06 -03:00
Cauê Faleiros
e66a90d583 feat: parse and display n8n order ID instead of data do pedido in client details 2026-05-08 10:58:36 -03:00
Cauê Faleiros
b986eafb98 feat: replace SSE with Grafana-style client polling and rich date presets 2026-05-07 14:52:45 -03:00
Cauê Faleiros
3bb46cff1a fix: stabilize color mapping by using persistent global hash and add SSE heartbeat
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m18s
2026-05-07 14:08:38 -03:00
Cauê Faleiros
d3167dbac1 fix: add X-Accel-Buffering header to bypass Nginx Proxy Manager buffering for SSE
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 40s
2026-05-07 13:25:18 -03:00
Cauê Faleiros
e7f39a1e35 feat: implement consistent 20-color mapping for visible products across dashboard charts
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m30s
2026-05-07 11:28:37 -03:00
Cauê Faleiros
8eb5d34247 fix: resolve SyntaxError in backend/index.js causing server crash
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 47s
2026-05-06 16:48:31 -03:00
Cauê Faleiros
16962c89ee feat: implement SSE real-time frontend updates on new payload reception
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 57s
2026-05-06 16:12:05 -03:00
Cauê Faleiros
cf3f79b3da fix: invert backend sorting to make new payloads appear first and fix group sorting
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 51s
2026-05-06 11:09:25 -03:00
Cauê Faleiros
00942fd9b1 feat: display payload reception timestamp on client details page for debugging 2026-05-06 10:37:45 -03:00
Cauê Faleiros
7a291120c7 fix: resolve syntax error in backend console.log
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m0s
2026-05-04 15:50:59 -03:00
Cauê Faleiros
b1e8cc55df feat: add secure login page with jwt authentication and button animation 2026-05-04 15:46:08 -03:00
Cauê Faleiros
0e5354f1fe Initial commit: Dockerized, Postgres, CI/CD pipeline
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3m36s
2026-05-04 14:40:14 -03:00