Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Search is seriously inefficient #29

@jjccharles

Description

@jjccharles

Searching courses in pathways and in plannify works by loading all 6000+ courses into a search component and filtering on the search options as the user loads input. For a dataset this large we need to move to a different implementation model in which the user types the course code and presses enter to yield the best result (by calling the backend and yielding such a result).

Now this change will mean no autocomplete in the current sense but will mean far better load times and performance overall.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions