add project statistics and project polyline

This commit is contained in:
呱呱呱
2024-01-25 14:04:36 +08:00
parent 27b81a5479
commit 406da81ccf
2 changed files with 56 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ defaults format: :json do
resources :sprint_issues, only: [:index] do
collection do
get :statistics
get :project_statistics
get :project_polyline
get :burndown_charts
post :complete
end