Capture Boost states in a const
Boost states are referenced as a string around the place, there's nowhere to refer back to a finite list of possible states
added scoped label
changed the description
added scoped labels
changed weight to 1
added scoped label
- Developer
There are two sets of states:
One state is returned by
Boost::state()
method: (completed, rejected, approved, revoked, created)The other state is used when querying via Manager: (review, active)
Need to rationalise this as it's conflicting/confusing.
added scoped label and automatically removed label
changed time estimate to 2h
added scoped label and automatically removed label
added scoped label and automatically removed label
- Developer
review / active seem to be psuedo states that only exist in Es repository??
Please register or sign in to reply