Page MenuHomePhabricator

Simplify the TYPE_INVITE Calendar Event transaction for EditEngine
ClosedPublic

Authored by epriestley on Jul 12 2016, 4:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 26, 6:02 AM
Unknown Object (File)
Feb 19 2024, 8:12 AM
Unknown Object (File)
Feb 17 2024, 3:04 PM
Unknown Object (File)
Feb 14 2024, 2:39 AM
Unknown Object (File)
Feb 8 2024, 9:08 PM
Unknown Object (File)
Feb 7 2024, 12:06 AM
Unknown Object (File)
Feb 6 2024, 11:00 PM
Unknown Object (File)
Feb 3 2024, 11:22 AM
Subscribers
None

Details

Summary

Ref T9275. Now that TYPE_ACCEPT and TYPE_DECLINE have been separated out, we can simplify TYPE_INVITE.

This now just takes a list of invited PHIDs, uninvites ones that were removed and invites ones that were added. This is simpler, lets more logic live in the Editor, and makes EditEngine/API access easier.

Test Plan

Created events, added and removed invitees. Used comment stacked action and "pro" editor to adjust invitees.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Simplify the TYPE_INVITE Calendar Event transaction for EditEngine.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jul 12 2016, 5:37 PM
This revision was automatically updated to reflect the committed changes.