Add autocompletion for course name, course code and professor names
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Course names and course codes can be canonicalised by using a autocompletion dropdown. (See [courses.json](https://github.com/metakgp/iqps-go/blob/main/frontend/src/data/courses.json)).
Similarly, we can store a list of names of professors, and autocomplete it.
Also, there should be restrictions on possible course codes (e.g. number of characters, first 2 characters must be alphabetical, etc.)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading frontend/src/data/courses.json and locating the form entry points for course names, course codes, and professor names. Define the available professor-name data and the course-code rules from the issue, then verify that each field offers canonical suggestions and rejects invalid course codes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100