mrcrowley42 / Project5

0 stars 0 forks source link

Author admin web page to edit the source JSON URLS #6

Closed mnewbery closed 7 months ago

mnewbery commented 8 months ago

Create a web page from the master Django template that shows the configuration items such as the Source table in the data.

The administrator must be able to:

  1. Change the view of the web page from admin to user to developer using a menu item (or other)
  2. View the sources in the source table
  3. Edit the sources in the source table (Require the admin to click an edit button to cause inline editing or a popup for that row) then save the changes for one row at a time. See https://www.w3schools.com/howto/howto_js_popup.asp
  4. See issue #8 for more functions
mnewbery commented 7 months ago

Still needs delete function

mnewbery commented 7 months ago

Reviewed successfully