April 2019; major fixups, QA, UI additions.
Improvements to the mandatory field handling, there lied a tiny bug, now the NOT NULL settings on the DDL of a field will automatically surface in the UI, overriding any other setting the user may set on it. (If it's NOT NULL, then somehow it must be fed, automatically or manually.)
General improvements to the tinyEditor, wasn't stable (and still isn't, we need to upgrade the tinymce code to version 5 from 4). Bonus we should be able to integrate with tinymce's new content editing features.
Improvements to the Page Designer and DBUI Table Designers, now the two are on par version and javascript wise, ready for the merge in the CMS object listings.
Quick re-insertion of the SEO URI and Meta Tag headers in the UI, under the Page editing. It still lacks a bit of wizardry to pull information from the page's object(s), such as Title, Description, Cover picture, Author, etc..
Attempting to integrate the Bootstrap (v4) error messaging in the DBTable engine, alas, it goes a bit against our current philosophy of "loosely" validating our field contents in Javascript. A bug in our logic persists that make the first error stop our own form validator (go figure!, suspecting a >return false< to be the culprit.), whereas we'd like to highlight all the fields with errors at once. (working on this issue)