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
F18778629: D16758.diff
Sat, Oct 11, 10:12 AM
F18643997: D16758.id40361.diff
Sep 19 2025, 4:01 AM
F18599922: D16758.id.diff
Sep 13 2025, 8:35 AM
F18589897: D16758.diff
Sep 12 2025, 4:36 AM
F18380768: D16758.id40365.diff
Aug 28 2025, 6:20 PM
F18380674: D16758.id40365.diff
Aug 28 2025, 6:07 PM
F18108943: D16758.id40361.diff
Aug 11 2025, 10:40 AM
F18079493: D16758.id40365.diff
Aug 4 2025, 9:16 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.