Skip to main content

Practice ยท 2 of 2

Capstone Verification

Final audit object capstone โ€” declare what your build actually does: dataModel (boolean: a relational schema with a real primary key and the author relationship), apiValidates (server-side validation on writes), apiAuthorizes (author-only close enforced server-side), asyncStates (loading + error + empty designed in the UI), accessibilityPass (keyboard-only pass done, labels on every control), testsWritten (unit tests for your validation/authorization logic), and readme (documents how to run, env vars, migrations).

Difficulty: advanced

Back to lesson: Practice: Capstone Ship โ€” The Final Audit