-
Notifications
You must be signed in to change notification settings - Fork 1
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
Optionally enable/disable features on contact types #227
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice @freddieptf 🍞
I left some little feedback inline
Have you tried this change on production data like the Nairobi instance. It will download and cache every household... Does it just explode? |
I tried it on production and the request never completed so we can't actually search for households this way. Not sure if using the |
This PR introduces a way to explicitly enable/disable the main 3 features of this app i.e creating places, replacing contacts and moving places. This came from this request where users need to be allowed to move households but not create/replace. All features are enabled by default but this can be configured using the
feature_flags
field.