-
Notifications
You must be signed in to change notification settings - Fork 3
Refactor Enumerators #30
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
Comments
Person Status values:
|
We should change drip to inactive, the drip term has confused many and is only common in sales communities. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enumerated valid value lists are present in the project in 2 places. They are used both in the Schema applied to the model, and the Enumerators collection used by the UI for validation lists. This issue will update the
applySchema.js to add code that populats enumerators from the enumerators data. This issue should also update the Mongo Database Standards to describe this implementation.
The text was updated successfully, but these errors were encountered: