Bug reporter is sample bug tracking system developed on asp.net mvc 4
- User registration (user profiles) / login / logout.
- View all issues in grid with paging.
- View issue details
- Creating new issue (after login). Issues have title, description, author, state and submission date and time. States are: New, Open, Fixed and Closed.
- Editing issue (after login). Can change only title, description and state.
- Sidebar holding a list of all issues states. Clicking at issue state shows all issues matching this state.
- Admin panel: add / edit / delete issues and comments