feat(signs): Phase D — Signs view, corpus analytics, anchored sign cross-references#32
Draft
tbitcs wants to merge 1 commit into
Draft
feat(signs): Phase D — Signs view, corpus analytics, anchored sign cross-references#32tbitcs wants to merge 1 commit into
tbitcs wants to merge 1 commit into
Conversation
…oss-references, canonical sign seeding
- Backend: Signs API (GET /signs, /signs/summary, /signs/{id}) with in-memory index from INDUS_FINAL_ANCHORS.json, anchor_sets DB, and staging files
- Backend: seed_canonical_signs.py script to populate canonical_signs table from all anchor sources
- Frontend: SignsView with filterable sign cards, SVG glyph placeholders, confidence chips, cross-references to experiments/DEDR/reports
- Frontend: CorpusAnalyticsPanel with world corpus catalogue table, language family/script filters, overlap bars, contact score placeholder
- Frontend: Navigation wired (Signs tab renders SignsView), dashboard link to signs view
- API types added to api.ts (SignEntry, SignsSummary, etc.)
- All TS errors resolved, vite build passes
Co-Authored-By: Oz <oz-agent@warp.dev>
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.
Phase D — Signs, Corpus Analytics, and Anchored Sign Cross-References
Backend
Frontend
Validation
px tsc -b --noEmit — 0 errors
px vite build — passes (232 modules, 1.99s)
Conversation: https://app.warp.dev/conversation/e3fbaec2-4a0b-454f-9c90-8d6c6289f60a
Run: https://oz.warp.dev/runs/019e84ec-7a7d-76c2-8174-7284911f65ae
This PR was generated with Oz.