UOE.Mock
What the? A company project to mock UOENow input forms and backend database CRUD functionality.
MySQL Database - For MySQL, the table structure is directly created to the underlying MySQL backend database.
UOENow Forms - from the database model defined, the look of the underlying entry form is mocked, enabling our designers to place/move input elements with RC coordinates
BANanoSQL - to test the logic of our mock ups, the BANanoSQL database is used as featured in
this thread.
Database Structures - whilst planning to use MySQL as the ultimate backend with PHP language, are busy exploring the power of
inline php for simple SPA.
This uses all the functionality discussed in these threads:
Ta!