-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Attendee tracking feature should be a sub-category of 'Rules' #50802
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
Comments
@Julesssss assigning you for this for now, but feel free to assign someone else if need be! |
Project is held |
Project remains held |
@Julesssss, this Monthly task hasn't been acted upon in 6 weeks; closing. If you disagree, feel encouraged to reopen it -- but pick your least important issue to close instead. |
FYI @francoisl. Perhaps you've already handled this elsewhere but there was a request to change where the attendee feature switch lives. |
I don't think it's even a feature you can disable at the moment, right? I also don't see any mention of this in the design doc, but it sounds like it's something we can do as a follow-up once all the main functionality is ironed out. |
Yeah this came later and wasn't added to the doc. I don't think the feature has a toggle in the settings, but if I recall correctly there was a high level toggle under categories with that disabled it. That could be outdated though 😬 I have no idea |
Updated the OP above, going to reprioritize to finish this before EOM. |
Triggered auto assignment to @isabelastisser ( |
@allroundexperts is this something you're interested in working on as a follow-up improvement task? |
Sure thing. Can I get assigned, please? |
Done |
@francoisl Is the command |
No, I'm finishing it up today, it should be available on staging early next week. I'll let you know when! |
In the OP, @francoisl Can you also specify what the error field would be called? |
Draft PR ready: #62684 |
Uh oh!
There was an error while loading. Please reload this page.
A part of collect v2
Summary of changes
Initial discussion here (internal).
Technical changes
Backend
SetPolicyAttendeeTrackingEnabled
that takes apolicyID: string
andenabled: boolean
isAttendeeTrackingEnabled
Frontend
onyx/Policy.ts
with a new propisAttendeeTrackingEnabled?: boolean
eReceipts
toggleisAttendeeTrackingEnabled
doesn't existSetPolicyAttendeeTrackingEnabled
when toggling the option, with optimistic datashouldShowAttendees
to only show the attendee selector when the feature is enabled on the selected workspaceBackend (can be done as follow-up updates)
The text was updated successfully, but these errors were encountered: