Skip to content

Clarify meaning of statuses #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
michquinn opened this issue Jan 9, 2024 · 2 comments
Closed

Clarify meaning of statuses #27

michquinn opened this issue Jan 9, 2024 · 2 comments

Comments

@michquinn
Copy link
Contributor

michquinn commented Jan 9, 2024

"description": "The status of this member",
"bsonType": "string",
"enum": ["Pending", "Active", "Drip", "Archived"]

@FlatBallFlyer
Copy link
Contributor

Feel free to establish a standard for documenting enumerated values. You should be able to extend this to all of the enumerator based properties as part of refactoring the array's to a reusable component. The meanings of these are as follows:
pending - signed up and awaiting a mentor assignment
active - actively meeting with a mentor
drip - on a drip follow-up campaign, not active
archived - soft-delete indicator.

Validation logic about state change handled by the API. See the backlog in the README.md of that repository for details. Feel free to open an issue from those README.md backlog issues as that is where those really belong.

@FlatBallFlyer
Copy link
Contributor

Merged this with issue #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants