Page MenuHomePhabricator

Make event invitees behave a little better for stub/ghost events
ClosedPublic

Authored by epriestley on Oct 27 2016, 5:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 1:13 PM
Unknown Object (File)
Fri, Apr 19, 5:31 PM
Unknown Object (File)
Thu, Apr 11, 7:01 AM
Unknown Object (File)
Mon, Apr 8, 9:22 AM
Unknown Object (File)
Fri, Apr 5, 2:02 PM
Unknown Object (File)
Mar 31 2024, 2:11 AM
Unknown Object (File)
Mar 27 2024, 5:09 PM
Unknown Object (File)
Mar 27 2024, 12:32 PM
Subscribers
None

Details

Summary

Ref T11326. Currently:

  • The month view and day view (ghosts) don't show that you're invited to a child event.
  • The detail view copies the invite list, including attending status, but only after it shows the page for the first time.

Instead, for now, just do this:

  • Ghosts/stubs use the parent invite list, but treat everyone as "invited".
  • Materializing a stub just saves the list as-is (i.e., invited, not a copy of attending/declined/etc).

This behavior may need some refining eventually but is at least reasonable (not obviously bad/buggy).

Test Plan
  • Viewed month/day views, now shown as "invited".
  • Viewed detail view, now invitee list shows up properly.

Diff Detail

Repository
rP Phabricator
Branch
cimport1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 14250
Build 18532: Run Core Tests
Build 18531: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Make event invitees behave a little better for stub/ghost events.
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.Oct 27 2016, 6:26 PM
This revision was automatically updated to reflect the committed changes.