Skip to content

Update submission column parsing#67

Merged
calvinatian merged 1 commit into
mainfrom
fix-get-course-members-parsing
May 23, 2026
Merged

Update submission column parsing#67
calvinatian merged 1 commit into
mainfrom
fix-get-course-members-parsing

Conversation

@calvinatian

@calvinatian calvinatian commented May 23, 2026

Copy link
Copy Markdown
Member

Summary

Updates submission parsing logic to fix courses using First and Last name instead of a single Full Name column

Details

Previously we assume the submission column is 3 or 4 if the course has sections. This hardcoded value also breaks if the name column is split into First & Last (2 columns) instead of Full (1 column) name (meaning the submission column would be 4 or 5).

This switches the parsing to iterate from the end which should be stable (submission column should always be 3rd from the end before Edit and Remove columns). This also avoids the dependency on the English word.

Checks

  • Tested changes
  • Attached Logs

Team to Review

Mention the name of the team to review the PR

Reference to the issue

Resolves #66
Supercedes #48

@calvinatian calvinatian merged commit 5aba41a into main May 23, 2026
6 checks passed
@calvinatian calvinatian deleted the fix-get-course-members-parsing branch May 23, 2026 02:35
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.

Account get_course_users Parsing Broken

1 participant