Skip to content
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

Adds user context filter to dashboard calendar #7786

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2024

  1. installs ember-local-storage.

    we'll need this to store user prefs for calendar filters.
    stopfstedt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9701c24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa31151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b4486 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb8a6cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51e8498 View commit details
    Browse the repository at this point in the history
  6. rm context filter perms check.

    this has become obsolete with the inclusion of "learner" as one of the
    possible user contexts - which makes this control potentially applicable
    to all users.
    stopfstedt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3141362 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4faaa60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6555e5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dcd7628 View commit details
    Browse the repository at this point in the history
  10. code-cleanup: rm markup from component that's never rendered.

    this button is dead code.
    the actual "clear filters" button is somewhere lower on that page.
    stopfstedt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cb09ca4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c82df7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0411a6c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c61e45c View commit details
    Browse the repository at this point in the history
  14. replace qunit-dom with page objects in dashboard calendar acceptance …

    …test.
    
    this requires reworking and fleshing out of existing page objects and
    tests.
    stopfstedt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b2b101b View commit details
    Browse the repository at this point in the history
  15. revamps component page object.

    this is more to the point and easier to work with.
    stopfstedt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ffc82cf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bd55ca2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0be2fd7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bc0b670 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2478836 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    634b0a9 View commit details
    Browse the repository at this point in the history
  21. rm empty lint-todo file.

    stopfstedt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2571ed3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e6b1fb1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    686b48f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1fcf3de View commit details
    Browse the repository at this point in the history
  25. rm unused method.

    stopfstedt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d8987bd View commit details
    Browse the repository at this point in the history
  26. updates lint todos.

    stopfstedt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    428a9ec View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ddc728a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0711340 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    14696bd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d148cd2 View commit details
    Browse the repository at this point in the history
  31. rm debugging statement.

    stopfstedt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    82893b3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d58ed3d View commit details
    Browse the repository at this point in the history