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

This may indirectly be solved by #104

bug

Declare values for additional AngularJS variables to be used as placeholders: - [X] row['...'] (already implemented row-level palceholders) - [X] {{this}} (current field value) - [x] dataview[id] - [x] dataview[title]...

enhancement

- [ ] Database ERD tables based on final design: https://github.com/EitanBlumin/CRUDE-NET/wiki/Database-ERD#crudeuser - [ ] User login using basic authentication, save session cookie - [ ] Basic permissions check (logged in...

priority

Base: https://datatables.net/manual/i18n - [ ] Add "language" element to the respite_crud static class in datatable_respite_crud.js - [ ] Add static function to translate a string based on the language element....

enhancement
help wanted
good first issue
optional
easy win

Use HTML 5 semantic elements standards: https://www.w3schools.com/html/html5_semantic_elements.asp

help wanted
good first issue
easy win

The xhr.dt event in DataTables allows intercepting the Ajax data returned from the server side call. https://datatables.net/reference/event/xhr This should let us use additional data returned by the server, such as...

enhancement

After removing a filter set by a URL parameter, the items filled in the dropdown box of column filters is not set to reflect all available values in the table.

bug
help wanted

Use jQuery implementation (see #117 ), and something like the following: https://stackoverflow.com/questions/51871908/bootstrap-4-nested-dropdown

enhancement

Implement support for creating custom rich text pages. Also add navigation item properties: - pageid - navigation item type (URL, iframe URL, data view, custom page, parent node)

enhancement
easy win