feat: address QA analytics and report upload feedback
All checks were successful
All checks were successful
This commit is contained in:
@@ -4,6 +4,7 @@ API v1 URL configuration.
|
||||
Все API эндпоинты версионированы под /api/v1/
|
||||
"""
|
||||
|
||||
from apps.core.report_upload_history import ReportUploadHistoryView
|
||||
from apps.core.report_uploads import ReportUploadDownloadView
|
||||
from apps.core.views import (
|
||||
BackgroundJobListView,
|
||||
@@ -35,6 +36,11 @@ urlpatterns = [
|
||||
path("forms/f4/", include("apps.form_4.urls")),
|
||||
path("forms/f5/", include("apps.form_5.urls")),
|
||||
path("forms/f6/", include("apps.form_6.urls")),
|
||||
path(
|
||||
"forms/uploads/history/",
|
||||
ReportUploadHistoryView.as_view(),
|
||||
name="report-upload-history",
|
||||
),
|
||||
path(
|
||||
"forms/<str:form>/uploads/<int:load_batch>/download/",
|
||||
ReportUploadDownloadView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user