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

TP2000-1653 Use AutoCompleteField for workbaskets on Task forms #1382

Draft
wants to merge 8 commits into
base: TP2000-1471--task-workflow
Choose a base branch
from

Conversation

dalecannon
Copy link
Contributor

TP2000-1653 Use AutoCompleteField for workbaskets on Task forms

Why

The workbasket field on task forms relies on a long, scrollable dropdown list. Turning this into an autocomplete field may help users to search and find their desired workbasket more easily.

What

  • Modifies AutoCompleteField & Widget to support non-TrackedModels and to allow specifying custom API url pattern names during initialisation
  • Adds a new workbasket filter and API endpoint optimised for autocomplete searching
  • Defines the workbasket field on task forms as an autocomplete field

Checklist

  • Requires migrations? No
  • Requires dependency updates? No

Screenshot

Workbasket autocomplete field

Screenshot 2025-01-10 at 12 04 02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant