A Issue Tracker Application
This project implemented with following technologies
- ASP.NET Core 6.0
- SQL Server (T-SQL)
- Entity Framework
- Multi tenant database architecture
- Implemented onion architecture
- Contain 3 layer (Domain(data+repository), Service, Presentation layer)
- Authentication through ASP.NET Core framework (Claim based)
- XSS scripting check
- Used toastr.js for toast message
- Used purify.js for script checking
- Used bootbox.js for confirmation modal
- Used bootstrap icons
This jira application(Issue tracker application) has following feature
- User login to the application
- After login user will see different project assigned to them (Different project for different user)
- Dashboard
- Create Issue
- View Issue
- Edit Issue
- Add Comment
- CRUD operation for projects
- Add project
- View all project
- Edit project
- Delete project