CRUDE-ASP
CRUDE-ASP copied to clipboard
Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.
Implement new field/parameter type: JSON Editing the field would either be done using a regular TextArea input, or a SummerNote control with code highlighting (if supported). Displaying the field should...
- [ ] Need to add a new flag property to DataView Fields: "Filter Mandatory" - [ ] Enabling this flag for a field would prevent the dataview from being...
Type 1: DataTable Grid (same as today) Type 2: AngularJS Template The AngularJS (AJS) template will work like this: * There should be a folder for html partial templates containing...
Create configuration table and a corresponding dataview to edit it. Settings: - [ ] portal name - [ ] portal public address - [ ] favicon path - [ ]...
After Action Links management is implemented in the admin section, we'll need to implement their usage in dataview.asp ## Generic Framework: - [ ] Actions and Action Parameters JavaScript object...
- [ ] without parameters (but use placeholder injections for the URL) - [ ] with parameters
- [ ] without parameters (but use placeholder injections for the URL) - [ ] with parameters this new action type is necessary for #125
In system dataview -2 (dataview fields), add action button to generate dataview fields based on existing underlying table structure. Parameters: - dataview: `dataview[search]` Tasks: - [X] Create backend API controller:...
These custom actions should be available per each dataview- - [ ] validate dataview (makes sure the metadata defined in crude matches actual database schema, and outputs any discrepancies such...
This should be relevant to all action types: JavaScript, HTTP link, DB command and DB procedure. Only relevant to inline actions (i.e. per row). Add support for a type of...