Giter VIP home page Giter VIP logo

bugtracker's Introduction

BugTracker

This web application is built with ASP.Net using razor with an MVC model.

The data for this application is hosted on MongoDb which uses NoSQL. One of the main reasons being that the data requirements are simple and the UI for MongoDb made it easy to setup the cloud data hosting that is permenantly free.

The application is setup with a Model-View-Controller framework, with Business Logic and Data Access seperated into discreet classes for readabilities sake.

There is an exposed API which should allow you to add a bug to the system with the url, accessible at "Bug/Create/{Title}/{Description}".

One design choice I made was to not delete bugs/users instead to archive them, this allows the application to keep track of unique IDs for the users/bugs alongside the MongoDB required ObjectId.

To Run: Should hopefully be as simple as opening the solution in Visual Studio and starting it.

To Test: For the Next week from 16-01-23, the database should allow network from anywhere. If there is a problem with this or access needs allowing/extending please email me at [email protected].

There are a few things I would have liked to have added/changed namely: Error Handling - Haven't ran into many errors while testing but there are probably erroring scenarios that I've not thought of. Unit Testing - I couldn't quite figure out how to correctly set up the MongoDB to be fully mockable using the Moq package to test with expected input and output. Overall Look - Some of the UI is very simple and not overly appealing in places.

bugtracker's People

Contributors

mbutler95 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.