Giter Club home page Giter Club logo

bugtrackerg's Introduction

Bug Tracker Project

Local Description: 1 | BugTrackerG | ASP.NET Core Web App (Model-View-Controller) | Newer Web App | .NET Core 3.1 | Console Application

Description

A bug tracking system (BTS) is a software application that is designed to help programmers to keep track of reported software bugs in their work. A major component of bug tracking system is a database that records facts and known bugs submitted by the tester. Bug Tracking System is an ideal solution to track the bugs of a product, solution or an application. Bug Tracking System allows individual or groups of developers to keep track of outstanding bugs in their product effectively.

  • Bug tracking is a system which is used to solve out any type of bugs in any software.
  • Bug Tracking System ensures the user of it will be able track the bug details as well as the status of debugging.
  • Bugs will be assigned to a person along with a bug id, screenshot, description, project name, etc.
  • Bug can be submitted to the tester with an attachment for detailed report of the bug.
  • Admin can maintain users, projects, organizations, bug categories, bug priorities, status of bug, etc.

Functionality (Justification)

  1. Web Based: A web application is superior in many ways to locally installed systems.
  2. Increased Productivity: It can dramatically increase the productivity and accountability of individual employees by providing a documented workflow and positive feedback for good performance.
  3. Quality of the Software: Better developed software.
  4. One Shared, Central Location: No dependance of work tracking on emails, spreadsheets or local files is a must.
  5. Accountability: Specific people is made accountable on what they're doing.
  6. Paper Trails: Every update is permanently logged.

Objectives

a. Application to keep track of bugs detected in a project being developed. b. Real-time tracking solution to keep track of the bugs detected. c. Tool to track the performance of the developer d. To make an application bug free. e. Efficient communication medium for project manager, developer and tester. f. Maximum possibility for reporting a bug and debugging the issue. g. Bug Tracking System is to test the application for the bugs and report it to the project manager and developer. h. Store the bug information with a unique id in the database. i. Easy to keep track of the bug and its resolving status.

User permissions

  • Developer
  • Tester
  • Project Manager
  • Admin

Data Base Diagram

https://dbdiagram.io/d/630d18910911f91ba5eda63e

Reading


IDEAS

Some ideas I could implement

  1. Background tasks (tareas en segundo plano).
  2. Asynchronous programming:
var exists = await _ctx.Users.AnyAsync(u => u.Number == number);
if (exists) return Conflict();

_ctx.Users.Add(new User {
    // ...
});
await _ctx.SaveChangesAsync();
  1. Real time requests (aplicaciones en tiempo real): Signal Alarm (?), Sockets (?)
  2. Desing Patterns (types, and their classification):
    • Singleton (easier, common)
    • Mediator
    • Observable
    • Builder
    • Factory
    • Strategy
    • State
    • Fasate
    • Repository
    • Decorator
  3. Unit Testing and Unit Coverage. Include TDD?

bugtrackerg's People

Stargazers

 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.