Skip to content
Snippets Groups Projects
  1. Aug 24, 2021
  2. Aug 18, 2021
  3. Jul 07, 2021
  4. Jul 06, 2021
    • Matt Tuchfarber's avatar
      feat: reimagine certificate display settings · 2a7106ac
      Matt Tuchfarber authored
      The course settings `certificate_available_date` (CAD) and
      `certificates_display_behavior` (CDB) were previously acting indedependantly
      of one another. They now work in tandem. This change:
      - limits CDB to a dropdown
      - removes "early_with_info" and adds "end_with_date"
      - only takes CAD into account if "end_with_date" is selected
      - Moves CDB to the main course schedule settings page
      - updates CourseOverview to validate these fields and choose sane
      defaults if they aren't expected values
      
      Certificates will now show under the following circumstances:
      "Immediately upon passing"
      certificate_availability_date = null
      certificates_display_behavior = "early_no_info"
      
      "End date of course"
      certificate_availability_date = null
      certificates_display_behavior = "end"
      
      "A date after the course end date"
      certificate_availability_date = <date>
      certificates_display_behavior = "end_with_date"
      2a7106ac
  5. May 28, 2021
  6. May 11, 2021
  7. May 10, 2021
  8. Apr 28, 2021
  9. Jan 06, 2021
  10. Dec 15, 2020
  11. Dec 11, 2020
  12. Dec 02, 2020
  13. Nov 18, 2020
  14. Nov 12, 2020
  15. Nov 03, 2020
  16. Sep 23, 2020
  17. Sep 16, 2020
  18. Sep 14, 2020
    • Thomas Tracy's avatar
      A modal used to collect demographics information (#24956) · 0151b80a
      Thomas Tracy authored
      
      * A modal used to collect demographics information
      
      Add checkmark to final page (#24957)
      
      Remove themeing to get ready for staging
      
      MICROBA-574 | Dismiss CTA after learner finishes answering modal questions (#24965)
      
      [MICROBA-574]
      - Dismiss CTA after learner finishes answering demographics questions
      - Cleanup comments
      
      * Various initial bugfixes
      
      - fixes 2 issues with the multiselect dropdown erasing state
      - prevents input higher than 255 characters in the self describe
      - fixes 400 errors when the user selects a default option
      - Removes additional page count section
      
      - Re-adding deleted JS file. Can't clean this up until after we cutover to using the new Demographics modal
      
      * Add translatable string to clear button
      
      * Remove extra page counter from the header for the third time
      
      * Remove unneeded template context
      
      Co-authored-by: default avatarMatt Tuchfarber <mtuchfarber@edx.org>
      Co-authored-by: default avatarJustin Hynes <jhynes@edx.org>
  19. Sep 09, 2020
  20. Sep 03, 2020
  21. Aug 11, 2020
  22. May 04, 2020
  23. Mar 17, 2020
  24. Jan 24, 2020
  25. Jan 13, 2020
  26. Oct 22, 2019
  27. Oct 21, 2019
  28. Oct 09, 2019
  29. Sep 23, 2019
  30. Jul 19, 2019
  31. Jul 17, 2019
  32. Jun 25, 2019
  33. Jun 18, 2019
  34. Jun 14, 2019
  35. Jun 07, 2019