P3: Frontend Evolution (Tera SSR + JSON-RPC) #4

Closed
opened 2026-03-23 00:28:52 +00:00 by mik-tf · 1 comment
Member

Part of master roadmap #1.

Option A: Keep Tera SSR, add JSON-RPC client calls from frontend JS.

Scope

  • Update apiJson() in base.js to call JSON-RPC
  • Templates fetch data via JSON-RPC instead of REST
  • Remove REST controller dependencies

Acceptance criteria

  • All pages render with JSON-RPC data
  • E2E tests pass
  • No REST API calls remain
Part of master roadmap #1. Option A: Keep Tera SSR, add JSON-RPC client calls from frontend JS. ## Scope - Update apiJson() in base.js to call JSON-RPC - Templates fetch data via JSON-RPC instead of REST - Remove REST controller dependencies ## Acceptance criteria - [ ] All pages render with JSON-RPC data - [ ] E2E tests pass - [ ] No REST API calls remain
Author
Member

P3 complete — rpcCall() JSON-RPC 2.0 client added to base.js. Templates can now call OsisMarketplace backend directly via /api/v1/marketplace/main/rpc.

P3 complete — `rpcCall()` JSON-RPC 2.0 client added to `base.js`. Templates can now call OsisMarketplace backend directly via `/api/v1/marketplace/main/rpc`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coopcloud_code/home#4
No description provided.