CRUDE-ASP icon indicating copy to clipboard operation
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.

Results 42 CRUDE-ASP issues
Sort by recently updated
recently updated
newest added

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...

enhancement
priority

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...

enhancement

Create configuration table and a corresponding dataview to edit it. Settings: - [ ] portal name - [ ] portal public address - [ ] favicon path - [ ]...

enhancement
priority
easy win
Feature: Site settings

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...

enhancement
priority
Feature: Custom actions

- [ ] without parameters (but use placeholder injections for the URL) - [ ] with parameters

enhancement
Feature: Custom actions

- [ ] without parameters (but use placeholder injections for the URL) - [ ] with parameters this new action type is necessary for #125

enhancement
priority
Feature: Custom actions

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:...

Feature: Custom actions

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...

enhancement
Feature: Custom actions

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...

enhancement
Feature: Custom actions