Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Members/csv/case sensitivity #570

Closed
wants to merge 2 commits into from

Conversation

oscarwang20
Copy link
Contributor

Summary

This pull request is the first step towards implementing feature Foo

  • implemented X
  • fixed Y
  • Updated backend api specification

Notion/Figma Link

Test Plan

Notes

Breaking Changes

  • Database schema change (anything that changes Firestore collection structure)
  • Other change that could cause problems (Detailed in notes)

@dti-github-bot
Copy link
Member

[diff-counting] Significant lines: 8.

formerSubteams: m.formerSubteams
? m.formerSubteams.split(', ')
: currMember.formerSubteams,
role: m.role || currMember.role,
role: m.role.toLowerCase() || currMember.role,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrew032011 This feature probably needs some safeguards for when things like role, netid, and email change. IDOL uses those things internally so it's non-trivial when they do change.

@oscarwang20 oscarwang20 closed this Mar 4, 2024
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.

3 participants