Skip to content

Commit

Permalink
Update site map
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwaldron committed Jul 5, 2024
1 parent 379d698 commit d4ab08b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/Menu bar.md → docs/Navigation menu.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Menu Bar
# Navigation Menu

## Public

Expand Down
33 changes: 17 additions & 16 deletions docs/Site map.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*Update this document with a site map for the site.*

* `/` Home page with welcome portal and [menu bar](Menu%20bar.md) allowing access to staff pages.
* `/` Home page with welcome portal and [menu bar](Navigation%20menu.md) allowing access to staff pages.
* `/Support` (Help/support page)

## Public Pages
Expand All @@ -15,37 +15,38 @@ These pages are available to the public.

These pages are only available to logged-in staff.

* `/Staff` (Staff dashboard)
* `/Staff` Staff dashboard.

* *Continue the list of protected application pages.*

## User Account

* `/Account` (View profile)
* `/Account/Login` (Work account login form)
* `/Account/Edit` (Edit contact info)
* `/Account` View profile.
* `/Account/Login` Work account login form.
* `/Account/Edit` Edit contact info.
* `/Account/Settings` Potential location for a personal settings page (not implemented).

## Admin pages

### Reports

(Pages must be named "Reporting" because "Reports" is reserved by the ArcGIS application.)
Pages must be named "Reporting" because "Reports" is reserved by the ArcGIS application.

* `/Admin/Reporting` (Management & error reports)
* `/Admin/Reporting/[report type]` (View report)
* `/Admin/Reporting` Management & error reports.
* `/Admin/Reporting/[report type]` View report.

### Site Maintenance

Maintenance pages available to Site Admin personnel to modify lookup tables used for drop-down lists.

* `/Admin/Maintenance` (List of item types)
* `/Admin/Maintenance/[type]` (List of items of given type)
* `/Admin/Maintenance/[type]/Add` (Add new item)
* `/Admin/Maintenance/[type]/Edit/{id}` (Edit item)
* `/Admin/Maintenance` List of maintenance item types.
* `/Admin/Maintenance/[type]` List of items of given type.
* `/Admin/Maintenance/[type]/Add` Add new item.
* `/Admin/Maintenance/[type]/Edit/{id}` Edit item.

### User Management

* `/Admin/Users` (User search)
* `/Admin/Users/Details/{id}` (View user profile)
* `/Admin/Users/Edit/{id}` (Edit contact info)
* `/Admin/Users/EditRoles/{id}` (Edit roles)
* `/Admin/Users` User search.
* `/Admin/Users/Details/{id}` View user profile.
* `/Admin/Users/Edit/{id}` Edit contact info.
* `/Admin/Users/EditRoles/{id}` Edit roles.

0 comments on commit d4ab08b

Please sign in to comment.