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

Data Cleaning Prototype (ignore, unless curious) #35418

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2024

  1. add django_tables2

    biyeun committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    65003d2 View commit details
    Browse the repository at this point in the history
  2. add render_header template tag (to hq_tables_tags)

    this allows sortable links in headers to either work with GET querystring or htmx parameters, depending on configuration
    biyeun committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    67075ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f291dd View commit details
    Browse the repository at this point in the history
  4. add saved, selectable pagination support to django tables

    this mimics the pagination knockout component
    biyeun committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    91d3345 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d46f7b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59d1e4b View commit details
    Browse the repository at this point in the history
  7. trigger additional custom loading states with hq-hx-loading

    specifically, this adds a loading overlay to a django table which ensures nothing in the table can be interacted with until the HTMX request is complete
    biyeun committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bcd101d View commit details
    Browse the repository at this point in the history
  8. fix issue with missing default error template

    and any actionable template context
    biyeun committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    be4ea10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    650a21e View commit details
    Browse the repository at this point in the history
  10. include sortablejs (for now)

    used by the data cleaning prototype
    biyeun committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7145d52 View commit details
    Browse the repository at this point in the history
  11. add utils to prototype for generating fake case data

    used by data cleaning prototype
    biyeun committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7d549b9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f280d2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4d8f3a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6fe92ff View commit details
    Browse the repository at this point in the history