Skip to content

Enhance Django Admin Experience with Autocomplete and Multiselect Support #36594

Closed
@awais786

Description

@awais786

Currently, in the Django admin for Open edX, users are required to manually search and scroll through dropdown menus to select values, which becomes inefficient when dealing with large tables.

To improve this experience, we can integrate django-autocomplete-light. This plugin provides an autocomplete feature for dropdowns and also supports multi-select fields, significantly enhancing usability and reducing time spent on manual searching.

This functionality has already been tested and implemented successfully in course-discovery , and I believe it can be very helpful in the edx-platform admin interface as well.

Few links from discovery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Is shipped or abandoned?

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions