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

Add admin ordering of items #161

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Commits on Nov 14, 2024

  1. Add admin ordering of items

    - backend
      - add /*/order endpoints to re-order lists of
        - milestones
        - milestone-groups
        - child-questions
        - user-questions
    - admin frontend
      - add "reorder" button to all lists of items that can be ordered
      - add OrderItemsModal dialog to re-order items using drag&drop
      - add svelte-dnd-action library for drag&drop functionality
    - resolves #141
    lkeegan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a89c44b View commit details
    Browse the repository at this point in the history