copilot-swe-agent[bot]
2c0dfd9e7c
Convert FeatureToggleSettings to JSON-driven component
...
Demonstrates that components with hooks and complex logic can be JSON-driven:
- Converted 153 lines of React/TSX to JSON schema + integration code
- UI structure now in feature-toggle-settings.json schema
- Custom hook logic preserved in TypeScript for type safety
- Shows how JSON can handle loops, events, conditional styling
- Business logic separated from presentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-18 19:22:38 +00:00
copilot-swe-agent[bot]
96744a6ab4
Initial plan
2026-01-18 18:55:54 +00:00
f181bb870a
Merge pull request #201 from johndoe6345789/codex/add-json-registry-validation-script
...
Add JSON component registry export validation
2026-01-18 18:49:57 +00:00
05d9034366
Merge pull request #204 from johndoe6345789/codex/add-tests-for-json-components-registry
...
Add json-ui registry coverage test
2026-01-18 18:49:37 +00:00
29d59ec863
Add registry coverage test for json ui
2026-01-18 18:49:23 +00:00
8841b74027
Merge pull request #203 from johndoe6345789/codex/update-component-registry-paths-and-sources
...
Prefer explicit `load.path` for JSON components and resolve explicit module paths first
2026-01-18 18:48:59 +00:00
d351f05b14
Merge branch 'main' into codex/update-component-registry-paths-and-sources
2026-01-18 18:48:07 +00:00
85fb859131
Add explicit component paths to JSON registry
2026-01-18 18:47:07 +00:00
d408ceff79
Merge pull request #202 from johndoe6345789/codex/add-build-step-for-typescript-union-generation
...
Generate JSON UI component types from registry and wire into dev/build
2026-01-18 18:46:36 +00:00
b8dc6f38e6
Generate JSON UI component types
2026-01-18 18:46:02 +00:00
73959e3d48
Add registry export validation script
2026-01-18 18:45:39 +00:00
d20609ecbd
Merge pull request #200 from johndoe6345789/codex/add-registry-field-for-source-mapping
...
Add `sourceRoots` config and build module maps from registry globs
2026-01-18 18:45:13 +00:00
4cb9c01748
Add sourceRoots config for component registry
2026-01-18 18:44:59 +00:00
862e676296
Merge pull request #199 from johndoe6345789/codex/extend-json-config-for-dynamic-loading
...
Load showcase configs dynamically and add per-example metadata
2026-01-18 18:44:25 +00:00
32dd4d0eac
Update showcase config metadata and loading
2026-01-18 18:44:07 +00:00
b34e45067d
Merge pull request #198 from johndoe6345789/codex/add-unit-tests-for-autosyncmanager-ijr1r0
...
Export AutoSyncManager and add unit tests
2026-01-18 18:40:05 +00:00
1a928a29dc
Add AutoSyncManager unit tests
2026-01-18 18:38:22 +00:00
27dfebcb24
Merge pull request #197 from johndoe6345789/codex/refactor-computed-json-configs
...
Remove legacy `computed` data sources; migrate to expression/valueTemplate and update UI
2026-01-18 18:33:08 +00:00
03cc955d20
Update data source editor copy
2026-01-18 18:32:55 +00:00
8c11895fba
Merge pull request #195 from johndoe6345789/codex/expand-tests-for-syncfromflaskbulk
...
Make syncFromFlaskBulk ignore invalid keys, merge remote data and prune local DB; add tests
2026-01-18 18:30:37 +00:00
82b64785bf
Merge branch 'main' into codex/expand-tests-for-syncfromflaskbulk
2026-01-18 18:30:23 +00:00
aea8676a33
Add syncFromFlaskBulk merge tests
2026-01-18 18:29:08 +00:00
6abf9f8414
Merge pull request #194 from johndoe6345789/codex/extract-shared-action-names-to-module
...
Centralize store action name lookups and use Sets in middleware
2026-01-18 18:28:42 +00:00
ee7bc50881
Centralize store action name lookups
2026-01-18 18:28:20 +00:00
f186d67d20
Merge pull request #193 from johndoe6345789/codex/define-syncable_stores-and-refactor-conditions
...
Centralize syncable stores in syncSlice with `SYNCABLE_STORES`
2026-01-18 18:27:53 +00:00
0c375283ed
Merge branch 'main' into codex/define-syncable_stores-and-refactor-conditions
2026-01-18 18:27:46 +00:00
7544c5c2e5
Define syncable store set
2026-01-18 18:27:12 +00:00
5d95bc428b
Merge pull request #192 from johndoe6345789/codex/extend-json-components-registry-for-wrappers/icons
...
Move wrapper/icon resolution into JSON registry
2026-01-18 18:26:50 +00:00
fdd1828fda
Move wrapper/icon resolution into JSON registry
2026-01-18 18:26:39 +00:00
c3a05607ba
Merge pull request #191 from johndoe6345789/codex/add-tests-for-ratelimiter.throttle
...
RateLimiter: add bounded retry loop and throttle tests
2026-01-18 18:25:24 +00:00
6c777ed47c
Merge branch 'main' into codex/add-tests-for-ratelimiter.throttle
2026-01-18 18:24:45 +00:00
ce9fcaf3d1
Add rate limiter throttle tests
2026-01-18 18:23:56 +00:00
bda28a71e4
Merge pull request #190 from johndoe6345789/codex/add-tests-for-persistencequeue-enqueuing
...
Ensure PersistenceQueue re-flushes operations enqueued mid-flight and add unit test
2026-01-18 18:23:36 +00:00
4eb4849d57
Merge branch 'main' into codex/add-tests-for-persistencequeue-enqueuing
2026-01-18 18:23:29 +00:00
e098b9184b
Add PersistenceQueue mid-flight flush test
2026-01-18 18:22:34 +00:00
b931164c3a
Merge pull request #189 from johndoe6345789/codex/modify-syncmonitormiddleware-to-check-requestid
...
Guard sync monitor tracking by requestId
2026-01-18 18:22:16 +00:00
7d75c6adc0
Guard sync monitor tracking by requestId
2026-01-18 18:22:00 +00:00
33e49b3671
Merge pull request #188 from johndoe6345789/codex/add-runtime-validation-for-json-responses
...
Validate AI JSON responses with Zod and show actionable toasts on failure
2026-01-18 18:21:40 +00:00
ace40f7e73
Add runtime validation for AI responses
2026-01-18 18:21:25 +00:00
140fe351f8
Merge pull request #187 from johndoe6345789/codex/validate-keys-and-add-reconciliation-step
...
Validate sync keys and reconcile local data
2026-01-18 18:21:06 +00:00
714fb510ab
Validate sync keys and reconcile local data
2026-01-18 18:20:53 +00:00
9c3cc81c35
Merge pull request #186 from johndoe6345789/codex/rethrow-errors-in-synctoflask
...
Rethrow Flask sync errors and add retryable persistence syncs
2026-01-18 18:20:32 +00:00
def3259178
Handle Flask sync failures with retries
2026-01-18 18:20:22 +00:00
51040a23b9
Merge pull request #182 from johndoe6345789/codex/refactor-ratelimiter.throttle-for-retries
...
Refactor rate limiter retry loop
2026-01-18 18:19:35 +00:00
785d6afc40
Merge pull request #185 from johndoe6345789/codex/update-persistencequeue-for-proper-flushing
...
Fix persistence queue flush ordering
2026-01-18 18:19:11 +00:00
0a0046c2f3
Fix persistence queue flush ordering
2026-01-18 18:18:58 +00:00
a0d65352a9
Merge pull request #183 from johndoe6345789/codex/update-dynamic-component-resolution-in-registry
...
Refactor JSON UI component registry to dynamic resolution
2026-01-18 18:15:58 +00:00
baf5001704
Refactor JSON UI component registry
2026-01-18 18:15:46 +00:00
e075908a15
Refactor rate limiter retry loop
2026-01-18 18:15:25 +00:00
20f116d623
Merge pull request #181 from johndoe6345789/codex/add-inflight-flag-to-autosyncmanager
...
Add in-flight/pending guards to AutoSyncManager to avoid concurrent syncs
2026-01-18 18:15:05 +00:00