This is a microservice application that allows you to automatically assign tasks to a sprint.
neural-network
- a classifier based on the Random Forest algorithm, with the ability to dole out and predict results.
dotnet-backend
- the main logic of the application. Here data collection from youtrack, analysis of prediction results from classifier, assignment of task performers.
yt-widget
- the client part of the application in the form of a widget for YouTrack.
Frontend - React;
Classifier - Python + Flask;
Backend - .NET 5;
Data storage - PostgreSQL, Redis.