As an administrator, I want to through a special page to modify any system data so that I can correct errors and adjust information if it is needed
Acceptance criteria
1.Only authenticated administrators can access the special page.
2.Administrators can select specific data categories to view
Tasks
1.Create html/CSS structure
2.Implement authentication and authorization checks to ensure only administrators can access the page
3.Connect the administrative tools to the database.