Skip to content

Sample bug tracking system developed on asp.net mvc 4

License

Notifications You must be signed in to change notification settings

angelvardin/bug-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug reporter

Bug reporter is sample bug tracking system developed on asp.net mvc 4

Implemented functionalities

  • 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

About

Sample bug tracking system developed on asp.net mvc 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published