Add more structure for web layer docs

hopefully more content will come sooner than later..
This commit is contained in:
Lance Edgar 2022-11-19 21:46:13 -06:00
parent adf930b531
commit d32bfce883
12 changed files with 159 additions and 4 deletions

View file

@ -0,0 +1,10 @@
Common Tasks
============
.. toctree::
:maxdepth: 2
:caption: Contents:
newmasterview

View file

@ -0,0 +1,12 @@
===============
New Master View
===============
This assumes you already have a table in your (or another) DB and wish to
expose basic CRUD things for it, a la typical master view style.
If you want to use a custom table you created, you must do that part first.
See also :doc:`/data/db/extend`.
TODO: how exactly to do it, without copy/pasta