w-a-r-m-inventory-system / Food-Pantry-Inventory

New Inventory System for Westerville Area Resource Ministry
MIT License
23 stars 20 forks source link

Change NavBar menus to match menus below #294

Closed deeppunster closed 3 years ago

deeppunster commented 3 years ago

Describe the bug The menus below the NavBar were changed and rearranged to better fit the needs of the users. However, the NavBar menus were not changed to match.

To Reproduce Steps to reproduce the behavior:

  1. See that the menus below are divided into "Inventory Management" and (optionally) "System Management". The NavBar should have the same structure except that the "Change Password" and "Logout" should be left under the user's name.
  2. The submenus under each main menu in the NavBar should match the submenus below.
  3. The "System Management" menu should only appear in the NavBar if the user has staff or admin access. If the user does not have that level of access, the "System Management" menu should be hidden.
  4. Spelling and Capitalization in the NavBar should be the same as in the menus below.
deeppunster commented 3 years ago

Pull request #296 solved items 1, 2, and 4. Testing revealed that item 3 is working properly. This issue has been closed.