BCStudentSoftwareDevTeam / celts

Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

Make the sidebar Activity Logs consistent with the page title Admin Logs #1120

Open bledsoef opened 5 months ago

bledsoef commented 5 months ago

Very low priority issue, let's save this for this summer's cohort.

On the sidebar when you are logged in as an admin, the sidebar has a page called "Activity Logs". However, when we go to that page the title is "Admin Logs". The title of the page and the route are also "Admin Logs". It would be a good idea to make these consistent, likely by changing the name of the sidebar link to be Admin Logs.

Screenshot_20240202_123928

Mahak1729 commented 4 weeks ago

After finally being able to pick an actual issue today, we decided to change Admin Logs to Activity Logs for better consistency & logic.

While we were able to make the initial changes successfully, we are currently working on making the changes in routing / URL. We have mass-changed/refactored all the varibales to activityLogs, but it does not seem to do the trick now.