More comprehensive find_participant_from_id
Open
- Dominant language
- Python
- Stars
- 435
- Forks
- 124
- Avg merge
- 5h 40m
- Merged PRs (30d)
- 14
Description
The function `find_participant_from_id` used by import grade view tries to find participant only through the condition "the email address start with given id(username)".
This will only works when either the user is using a university email or the system only allow user's email address to start with his/her username, but currently we also allow user to have an email address that does not start with his/her username. Thus, if the imported CSV file contains such kind of users, it cannot be correctly identified.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.