Homec4science

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

Authored by epriestley <git@epriestley.com> on Oct 27 2016, 19:18.

Description

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

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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11326

Differential Revision: https://secure.phabricator.com/D16758

Details

Committed
epriestley <git@epriestley.com>Oct 27 2016, 22:08
Pushed
aubortJan 31 2017, 17:16
Parents
rPH12d29d820672: Fix a Phortune bug where an invalid viewer could sometimes be selected for…
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH8e9c20c9ae63: Make event invitees behave a little better for stub/ghost events (authored by epriestley <git@epriestley.com>).Oct 27 2016, 22:08