-
-
Notifications
You must be signed in to change notification settings - Fork 220
feat: add reports page #2854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: add reports page #2854
Conversation
AlreadyBored
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pestler thank you for your work I left inline comments and besides we need to migrate this new functionality to nestjs folder. It has many fancy stuff out of the box, you won't need all these tricks with manually setting certain response code on error, using fetch and so on. server code is on code freeze, except critical fixes, it should have only database schema changes and shared models
client/src/modules/CourseManagement/components/ExpelledStudentsStats.tsx
Outdated
Show resolved
Hide resolved
client/src/modules/CourseManagement/components/ExpelledStudentsStats.tsx
Outdated
Show resolved
Hide resolved
client/src/modules/CourseManagement/components/ExpelledStudentsStats.tsx
Outdated
Show resolved
Hide resolved
client/src/modules/CourseManagement/components/ExpelledStudentsStats.tsx
Outdated
Show resolved
Hide resolved
…ng-scopes/rsschool-app into feat/2846-add-reports-page
3c3409c to
b84fb78
Compare
Issue:
#2846
Description:
Describe the feature
We need to add a window for those who leave the course so that we can understand the statistics and motivation of people who leave the course. I think it would be good to have a short list of checkboxes with reasons that caused a person to drop out of the course. We can also add a text field if a student wants to give a more detailed answer. I also think it is important to duplicate these reasons in Russian and English so as not to create additional difficulties, so that students do not skip the form because of the need to understand and translate. We also need the ability to view analytics on students and courses.
Self-Check: