Coder Social home page Coder Social logo

jlechem / bugoutnet Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 72.82 MB

BugOutNet is an MVC 5 web based bug tacking system. It uses SQL Server for data storage, Entity Framework for DAL, and MVC, Bootstrap, and jqGrid for the front end.

C# 19.47% CSS 4.16% ASP 0.01% HTML 5.68% JavaScript 70.69%
bugs bug-tracking-system mvc-framework mvc-application asp-net asp-mvc css3 html5 c-sharp

bugoutnet's People

Contributors

jlechem avatar

Watchers

 avatar

bugoutnet's Issues

Implement user profile page

We need to implement the users profile page. It should have basic information as well as the ability to upload a new avatar.

Add localization

Currently the project is all in English (en-US). For a world wide audience this needs to be localized. That means all strings should never be hard coded and should come from a resource file(s). This is going to be a lot of work.

Hash the password on the client side

We need to hash the salt, password on the client side and send the salt and hash to the controller so that everything is encrypted. Right now it's plain text that could be snooped.

Put project drop down in main bugs list.

We need a projects drop down for the main bugs page. This data needs to come from a master list and I don't want to hit the DB every time we do it. I think caching the projects would be a good idea.

Add bug relationships

In many bug tracking systems you can relate bugs to each other, IE related to, parent of, child of, etc. This will require

  1. relationships definition table
  2. bug_relationships table since a bug can have more than 1 relationship
  3. Changes to the UI to allow for multiple relationships when adding, editing bugs.
  4. If a bug gets deleted the relationships need to be deleted as well.

Clean up Users table

The users table has a lot of columns we don't need. We need to clean this up and re-synch with the DB.

Implement user settings page

We need to implement the user settings page. This should have basic settings for the UI like grid page size, etc.

Preload all bug wide settings

We need to preload some data.

  1. Projects
  2. Categories
  3. Statuses
  4. Priorities

I think a global cache would be best since they're the same for all users. However if any admin changes them in the controller those cached values need to change.

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.