-
The application will rely on a well working Database in order to be able to provide the CRUD functionality that it needs.
-
As an ADMIN USER I want to be able to create, update and delete products without accessing the django admin site to keep the product lines up to date.
-
We need support for:
- creates
- updates
- deletes
For the following collections:
- Collections
- Parts
- Authors
- Plates
- Wells
-
-
# Feature Request
## Description
Create a **User's administration functionality** UI/UX so that an administrator can execute the basic CRUD action on the different users of the system.
## Ex…
-
Simple CRUD application or just API for rules management could be a more simple way for users to manage rules. This approach also provides possibility to get per-rule validation responses.
**Descri…
-
This issue should be claimed only after completion of this #43.
-
-
The User should be able to modify all rows in the table with CRUD Operations.
Think of using ajax requests to prevend page reload.
-
I've seen some modules such as field_group make extensive use of the crud operations: ctools_export_crud_save/delete/etc in order to add or remove records from the module's custom table schema.