-
Notifications
You must be signed in to change notification settings - Fork 7
feat: react attendance pages #239
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
base: main
Are you sure you want to change the base?
Conversation
0368920 to
f4244e9
Compare
c877be0 to
256d8d3
Compare
| this.names = new Set(activists.map((a) => a.name)) | ||
| } | ||
|
|
||
| hasEmail(name: string): boolean { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems one has to look up the same name 3 times to get each of these properties. not a performance concern in our case but just makes usage a little more complex.
| } | ||
| /> | ||
| <Label htmlFor="suppressSurvey" className="cursor-pointer"> | ||
| Don't send survey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be a "Send survey" checkbox that is checked by default when this field is visible?
we could change that later if you just want to replicate the old behavior for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slight preference to leave as-is for now & address during UX/UI improvement phase. will add a TODO.
No description provided.