Django-Orm
last edited just now · author system · 0 revisions · talk
This article is a placeholder while the wiki is being scaffolded. The structure and components are real — the content is not.
Overview
The wiki section of WIJACC is meant to host long-form reference material — schemas, decisions, postmortems, and crosslinked concepts. Right now we're stubbing the UI so the navigation lights up; the editor, revision store, and search will come later.
Design
Articles will be stored as Markdown with a revision history table. Each revision gets a diff, an author, and a reason. Internal links use [[double-bracket]] syntax that resolves at render time.
Trade-offs
- Versioning is not free — every edit doubles storage for the affected article.
- Crosslink resolution at render time costs a query per link; we'll likely cache it.
References
- The thread-model article (forthcoming)
- WIJACC roadmap
This article is a stub.
Editing isn't wired up yet — once the wiki app is built out, the "Edit" button in the navbar will let you propose changes.