feat: allow disabling user tours - #34182
Conversation
|
Thanks for the pull request, @Agrendalath! 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. |
navinkarkera
left a comment
There was a problem hiding this comment.
@Agrendalath Looks good.:+1:
- I tested this: (Disabled tours in my local setup using the flag)
- I read through the code
A similar waffle flag was dropped in 2038633.
96a77e6 to
e089fa5
Compare
|
@Agrendalath 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
|
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
|
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
|
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
Currently, there is no way to disable user tours. There used to be a similar waffle flag, but it was dropped in 2038633.
Supporting information
Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.
Be sure to check they are publicly readable, or if not, repeat the information here.
Testing instructions
edxuser./admin/waffle/flag/) calleduser_tours.tours_disabledand set it toYes.Deadline
"None"
Other information
Private-ref: BB-8396