Add LilSnippets
parent
62ed0f2aed
commit
053893c3dc
34
LilSnippets.md
Normal file
34
LilSnippets.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Lil' Snippets
|
||||
|
||||
This area is a "proving ground" of sorts, for up-and-coming docs. You are encouraged to bookmark this page if you intend to stay current with the docs, as they are to be considered "in active development" until further notice.
|
||||
|
||||
Once a doc "graduates" from this area, it will likely move to the official docs of one of these packages:
|
||||
|
||||
* [[https://rattailproject.org/docs/rattail/|rattail]]
|
||||
* [[https://rattailproject.org/docs/tailbone/|tailbone]]
|
||||
|
||||
In the meantime, the idea here is, to collect random lil' snippets of documentation, so that I can know what needs to be documented and/or how to structure the documentation generally.
|
||||
|
||||
General:
|
||||
|
||||
* [Setup a basic development environment](LilSnippets-DevSetup.-)
|
||||
* [Create a new "Poser" project](NewProject)
|
||||
* [How to name your project](LilSnippets-ProjectNaming.-)
|
||||
* [Setup an app "stage" environment](LilSnippets-StageSetup.-)
|
||||
* [Sample app setup w/ Catapult integration](LilSnippets-CatapultPoserSetup.-)
|
||||
|
||||
Data Layer:
|
||||
|
||||
* [Add a new custom table to the database](LilSnippets-AddTable.-)
|
||||
* [Add a new custom batch table and handler](LilSnippets-AddBatch.-)
|
||||
* [Add "dynamic batch" support for an importer](LilSnippets-AddBatchSupportForImporter.-)
|
||||
* [Add custom Rattail <-> Rattail importers](LilSnippets-AddRattailToRattailImporters.-)
|
||||
* [Trainwreck database](Trainwreck)
|
||||
|
||||
Web UI Layer:
|
||||
|
||||
* [Add a new master web view for a custom table](LilSnippets-AddMasterView.-)
|
||||
* [Add a new master web view for a custom batch](LilSnippets-AddMasterViewForBatch.-)
|
||||
* [Add Excel download for a master web view](LilSnippets-AddExcelDownload.-)
|
||||
* [Add execution options for a batch master view](LilSnippets-AddExecOptionsForBatch.-)
|
||||
* [Add a new arbitrary custom web view (page)](LilSnippets-AddView.-)
|
Loading…
Reference in a new issue