7. Django Tables¶
7.1 User Table¶
The user table within the Django Admin interface allows administrators to manage user-related tasks efficiently.
-
Add User: Clicking on the
ADD USER
button allows administrators to add a new user. Click on add user to see detailed documentation on adding a new user. -
Filter: Available filters to filter the records of the user table.
-
Clear All Filters: Clicking on the
clear all filters
allows administrators to clear all the filters. -
Filter Field: The names of the filter field and attributes for filtering the records.
-
Search Functionality: The administrators can search the records using the search functionality.
-
User Table: The user table with records.
-
Edit User: Clicking on the object allows the administrators to change or edit a particular record. Click here to view detailed documentation on editing a user.
7.2 R Model Table¶
The R Model table within the GAP Admin interface allows researchers to manage and track different versions of the R code used to produce plant/no plant signals.
-
Add R Model: Clicking on the
ADD R MODEL
button allows researchers to add a new version of the R code. Click here to see detailed documentation on adding a new R model. -
R Model Table: The R Model table with records, displaying information such as the version number, description, and date added.
-
Action Dropdown: The Action dropdown of the R Model table and allows researchers to perform various actions on the records. To access the Action Dropdown, click on the dropdown.
Performing Actions: To perform an action on a record, follow these steps:
-
Select Records: Check the box available in front of the records to perform the action on.
-
Choose Action: Select the desired action from the dropdown menu.
-
Go Button: Click on the Go button to execute the chosen action.
The available actions include:
-
Delete selected r model: Permanently remove the selected record(s) from the R Model table.
-
Restart plumber process: Restarts the plumber process.
-
-
Edit R Model: Clicking on the object allows researchers to change or edit a particular version of the R code. Click here to view detailed documentation on editing an R model.