Digital-Alchemy-TS / Digital-Alchemy-TS/code-glue
Synapse entity generation
Open
enhancement
scope:backend
scope:frontend
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## 🪤 Context
UI based entity registrations. Backend will assemble entities, and provide to automation code like this
```typescript
entities.my_select.current_option = "foo"
```
## 📬 Caveats
The `synapse` entity generation tools won't be provided directly to the service for v1. There's some weirdness to sort out with continually redefining an entity, and potential memory leaks through the strange create / teardown process
## 🩻 Additional details
https://github.com/Digital-Alchemy-TS/code-glue/blob/main/apps/server/src/utils/contracts/entities.ts
Contributor guide
Assessment
This issue has not been assessed yet.