Ferreteria/v0.5: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "==Systems== * /dropins")
 
No edit summary
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Systems==
==Pieces==
* [[/dropin]]s
Alphabetic:
* [[/@cls]]: class documentation
* [[/classloader]]
* [[/data]]
* [[/db]]: database subsystem
* [[/dropin]]s each define multiple data-features that work together
* [[/evint]]: internal events system (used to build/render graphical elements
* [[/evlog]]: event-logging system
* [[/feature]]s are built on PortBanks
* [[/global depot]]
* [[/layout]] system: display elements, HTML tags...
* [[/login]] system
* [[/menu]]s
* [[/node]]s
* [[/portbank]]s: foundation for Features
* [[/portcard]]s: wrapper-classes for single records in specific I/O formats
* [[/portrow]]s: converting between different representations of table data
* [[/registry]] of various things
* [[/sql]]: table definitions
* [[/startup]]: what happens when the browser requests a page
* [[/stash]]ing: quick ways of storing arbitrary information for a given user (who may not be logged in or have an account)
* [[/table]]
* [[/URI data]]
* [[/varstat]]: variable-status wrapper classes

Latest revision as of 19:42, 20 December 2022

Pieces

Alphabetic: