Please enable JavaScript.
Coggle requires JavaScript to display documents.
Hungry Hippo - Coggle Diagram
Hungry Hippo
-
views
-
-
POSHandler
Handles the information used by the POS in regards to displaying the database values in the front side
-
-
ReportsHandler
Handles the reports for the analytics. The values are being request from the database and later rendered in the front end side
api
API Handler
-
OrderAPIHandler
This handles the creation of orders and order lines. It also handles the ingredient line automatic deduction
-
-
static
Handles the static files to be served such as scripts, stylesheets and assets
-
Main Function
Serves as the system's entrypoint. Also handles the uadmin request including the dAPI requests that handles the CRUD functionality