Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 549 Bytes

File metadata and controls

20 lines (17 loc) · 549 Bytes

BugTrackerCP

Summary and Features

ASP.net Razor app for Managing Bugs:

  • View Bugs
  • Create Bugs and Assign people to the bugs
  • Delete Bugs
  • View Assignees
  • Create Assignees
  • Delete Assignees

Run with WebAssemblyHost to allow for local running/debugging. Require backend .net function app to be running on localhost port 7178. https://github.com/clpo/BugTrackerCPAPI

Future work

If I was to put more time into this I would:

  • Implement Update of Assignees and Bugs
  • Increase test coverage substantially
  • Improve appearance of the UI