fix(showcase): seed Accounts + task map coordinates; bump objectui pin#1466
Merged
xuyushun441-sys merged 2 commits intoJun 1, 2026
Merged
Conversation
- data: Account records omitted the required `status` (no default is applied
at seed-insert time), so all 3 accounts were rejected and the Accounts list
was empty. Set `status` explicitly and add `hq` coordinates.
- data: tasks had no `location`, so the Map view excluded every record
("missing or invalid coordinates"). Give each task real lat/lng so the map
renders 10 markers.
- Bump .objectui-sha to pick up objectstack-ai/objectui#1435 (location/
geolocation cells render as coordinates instead of "[Object]").
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
xuyushun441-sys
pushed a commit
that referenced
this pull request
Jun 2, 2026
Merge pull request #1466 from objectstack-ai/feat/adr-0033-phase-b-draft-review objectui@3a8fdc36093c118d7b0bc901eb55f0017d86f046
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves the two showcase seed-data gaps found while sweeping the example app, plus a related renderer bump.
Account.statusisrequired: true, but the seed records omitted it (no default is applied at seed-insert time), so all 3 records were rejected. Now setsstatusexplicitly (+ addshqcoordinates).location. Each task now carries real{ lat, lng }, so the Map renders 10 markers and the warning is gone..objectui-sha→3442c55to pick up fix(fields): render location/geolocation cells as coordinates, not [Object] objectui#1435, so thehq/locationcells render as"47.6062, -122.3321"(pin icon) instead of[Object].Verification
Rebuilt the console at the new pin and restarted
pnpm dev:🤖 Generated with Claude Code