https://github.com/jacobpclouse/bug_tracker_2024
This program will allow you to log and track issues with software / hardware bugs in your organization
https://github.com/jacobpclouse/bug_tracker_2024
bug-tracker dotnet
Last synced: about 1 month ago
JSON representation
This program will allow you to log and track issues with software / hardware bugs in your organization
- Host: GitHub
- URL: https://github.com/jacobpclouse/bug_tracker_2024
- Owner: jacobpclouse
- License: gpl-3.0
- Created: 2023-09-08T00:20:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T01:06:25.000Z (over 1 year ago)
- Last Synced: 2025-03-01T14:17:11.409Z (over 1 year ago)
- Topics: bug-tracker, dotnet
- Language: C#
- Homepage:
- Size: 933 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bug Tracker 2024
- Web app in C# that allows for users to track bugs
## To run Tracker itself:
- Cd into Bug_Tracker_App
- Install Dependancies
- Run with dotnet watch run (for live reloads)
## Packages to install:
dotnet add package Microsoft.EntityFrameworkCore.Sqlite
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet tool install --global dotnet-ef
## Resources used:
- https://api.stackexchange.com/docs
- https://www.youtube.com/watch?v=9QomwwjQdP4
## Goals:
- Want to have a feed for every issue where people can comment and put an sla/converse with the customer
- Want to have a login system for each user (with a database maybe oauth)
- want to get get sample data from stackoverflow api to fill out tickets
- want to use docker / github actions to create a pipeline for deployment
- want to write my own unit tests that make sense
- want to write my own integration tests
- want to write my own documentation
- have a page of template requests (ie: request hardware, network outage, fix printer, onboard employee, etc)