feat: add django admin page for survey report - #31323
Conversation
|
Thanks for the pull request, @Alec4r! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
|
@felipemontoya @ormsbee @jmakowski1123 @mariajgrimaldi We would appreciated your comments in this PR. |
|
can you include how to generate the survey reports to check them in the admin? thanks |
felipemontoya
left a comment
There was a problem hiding this comment.
I think that we should use this PR to also add the help_text field to the django model. This could help reduce the confusion with what each fields exactly represents.
Done, I have added a form and help_text for each field, I used the same message from model comments. |
|
@mariajgrimaldi @felipemontoya the tests are failing in master, what I have to do? |
|
@Alec4r you can update to the latest master and leave it be. On monday a lot of people return from PTO and we can get better support. |
mariajgrimaldi
left a comment
There was a problem hiding this comment.
This looks good to me! Can you rebase with master so we can merge?
|
@Alec4r 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
|
EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production. |
|
EdX Release Notice: This PR has been deployed to the production environment. |
Description:
This PR adds the django model admin to visualize the data from the SurveyReport model (#31183).
ISSUE:
openedx/axim-engineering#349
APPROVED DESIGN:
https://docs.google.com/document/d/1tm1O5BQsAwekphI5IN9pBn8behQDZigXePLGqCl5he8
DECISIONS:
How to test
With a dev environment running, you should run the command:
and you could check the reports in
/admin/survey_report/surveyreport/