Add schema cheat-sheet for self-hosters - #13
Open
kondrst23-crypto wants to merge 6 commits into
Open
Conversation
telivity-otaip
requested changes
Aug 2, 2026
telivity-otaip
left a comment
Contributor
There was a problem hiding this comment.
Thanks for putting this together — appreciated.
A couple of tweaks before we can merge:
- Please restore the README content that was removed. The root
README.mdandweb/README.mdlost a lot of useful sections (Quick Start, Architecture, config/deploy notes, etc.). Ideal shape: leave those docs as they are, and just add a link to the new cheat-sheet. - Align
web/SCHEMA.mdwith the live SPA.web/ui/state.mjs(sb.from(...)/ storage) plussupabase/schema.sqlare the best sources. Some entries look like guesses rather than confirmed client usage — if something isn’t clearly used, feel free to omit it or label it unknown. Also worth covering the tables the SPA clearly uses today (e.g.mt_accomplishments,mt_portfolio_items,mt_outcomes,mt_interview_events,mt_contacts) and the real column names (owner,stage,match_score, …). - Unknowns are totally fine when marked honestly.
Happy to re-review once those are in. Easiest path is a follow-up commit on this branch, or a fresh PR with only web/SCHEMA.md + the small link edits.
3 tasks
Co-authored-by: telivity-otaip <telivity-otaip@users.noreply.github.com>
Rewrite web/SCHEMA.md from web/ui client usage cross-checked with supabase/schema.sql. Restore root and web README content and link the cheat-sheet from the existing schema sections. Co-authored-by: kondrst23-crypto <kondrst23@gmail.com>
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
Type
Checklist
web/config.jsnot committed)