Homec4science

Separate handle "status" and "availability"

Authored by epriestley <git@epriestley.com> on May 14 2015, 20:14.

Description

Separate handle "status" and "availability"

Summary:
Ref T7707. Handles currently have a "status" field and a "disabled" field.

The "status" field has these possible values: "open", "closed", "1", "2". durp durp durp

Instead, do:

  • status = <open, closed>
  • availability = <full, partial, none, disabled>

I think these make more sense? And are a bit more general? And use the same kind of constants for all values!

Test Plan: Looked at all affected handles in all states (probably).

Reviewers: chad, btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7707

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

Details

Committed
epriestley <git@epriestley.com>May 14 2015, 20:14
Pushed
aubortJan 31 2017, 17:16
Parents
rPHbc101e7c734b: Conpherence - fix disappearing older messages bug
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH04186e02cfd8: Separate handle "status" and "availability" (authored by epriestley <git@epriestley.com>).May 14 2015, 20:14