liquid-labs / liquid-labs/catalyst-core-api

Support 'local only' entities.

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

In the JS model, support 'localOnly' flag.
- [ ] add to `entity.js`
- [ ] set to 'false' for `model.go`
- [ ] add guard on create and update, client side, to refuse to send `localOnly` items.
- [ ] add guard create and update, server side, to refuse to store `localOnly` items.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in entity.js and model.go, then trace the client-side and server-side create and update paths. Add support for the localOnly flag, ensure model.go defaults it to false, and verify that localOnly entities are refused by both client and server guards rather than sent or stored.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, javascript
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.