docs: add board pack schema changelog - #30
Conversation
telivity-otaip
left a comment
There was a problem hiding this comment.
Thank you for taking #18 — the changelog table is the right shape, and the v1→v5 field list matches the migrators. That’s the useful part.
Two fixes before we can merge, please:
- Restore
web/README.mdfrommain. It currently drops configure, deploy, schema, and the Edge functions section. #18 only asked for a link from the existing Export/import bit. - Un-escape
docs/BOARD_PACK.md— the\#/\*\*/\_and extra blank lines keep it from rendering as markdown.
Happy to merge once those land. Appreciate the careful read of the migrators.
| | `clear_provider_secret` | Settings when removing a stored provider secret. | **Optional.** Same plaintext fallback as above. | | ||
|
|
||
| **Minimal viable install:** none of the 9 functions are strictly required. Core board operations (add/drag/tag roles, verdicts, outcomes, notes) call Supabase tables directly (`sb.from('mt_roles')`, etc.), not Edge Functions. Search and JD auto-fetch need `run-search-mt` / `fetch-jd`; AI scoring/tailoring/chat need the rest (or a BYO OpenAI-compat key to skip those three client-side); secret vault helpers are only needed if you want encrypted Settings storage instead of plaintext profile columns. | ||
| cp config.example.js config.js No newline at end of file |
There was a problem hiding this comment.
Looks like this file got truncated — configure / deploy / schema / the Edge functions section from #15 all disappeared. #18 only asked for a link from the existing Export/import section, not a rewrite of this README. Could you restore web/README.md from main and add a single link to docs/BOARD_PACK.md there?
| @@ -0,0 +1,104 @@ | |||
| \# CareerOps Board Pack Schema | |||
There was a problem hiding this comment.
The v1→v5 table content looks right vs the migrators — thank you. The markdown itself is escaped though (\#, \*\*, \_), so GitHub will render the backslashes instead of headings/bold. Could you un-escape those and tighten the extra blank lines so this reads as normal markdown?
|
Fixed both requested changes:
Pushed the fixes in commit |
Summary
Adds documentation for the CareerOps board pack schema from v1 → v5.
Type
Changes
docs/BOARD_PACK.mdwith the v1 → v5 schema changelog.BOARD_PACK.mdfromdocs/README.md.BOARD_PACK.mdfromweb/README.md.Checklist
Closes #18