E28: Project 3
System Problem Reports
Overview
This system is an online repository for System Problem Reports (SPR). Issues that are found while using production systems can be reported by system users. These are then tracked by Project Managers and devleopers to prioritize the SPRs for resolution.
SPR Data Structure
Each System Problem Report (SPRs) will consist of the following data structure:
- Problem Title
- Problem Description
- Reported by
- Type: New Feature / Issue / Enhancement
- Priority: High / Medium / Low
- Status: New / Verified / In Progress / Complete
- Resolution
Using this system
These are the things that you can currently do in the system.
- To view SPRs currently in the system, visit the SPRs page.
- To add an SPR, go to the SPRs page and click on the Add SPR button above the table.
- To edit an SPR, click on the Edit icon for that SPR.
- To delete an SPR, click on the Delete icon for that SPR.
- To view a simple dashboard of the SPRs, go to the Dashboard link in the menu.
- To re-seed the data, visit the Admin page
Things I'd like to improve:
- Sorting the columns in the SPR table
- Automatically create the slug based on the title
- Display the SPR info when a user hovers over the SPR title
- Change the dashboard to a graphical one, rather than just numbers
- Add a filter to filter SPRs in the table
- Add date created, and date resolved for SPRs