-
Notifications
You must be signed in to change notification settings - Fork 112
Description
Issue body
Hi! I’ve just completed a fresh install and I’m trying to create my first Organization, but I’m blocked at the “features” step.
What happens
During Organization creation, a features field/step appears to be required.
However:
Leaving it empty doesn’t work
Filling it with values also doesn’t work (I’m not sure what format/values are expected)
I couldn’t find documentation explaining what features are, where they come from, or how to configure them
Questions
What exactly are Organization features in this project?
Where are they defined/configured (env/config/db/seed/mini-apps, etc.)?
Is there a recommended default value for a local/dev setup (e.g. [])?
Is there any admin guide / documentation for “property/condo management flows” (what goes where, typical setup steps)?
Is there any seed / test data / demo dataset available so we can explore the UI and understand the data model?
Environment
Fresh install on macOS
process.env.FEATURES and process.env.FEATURE_FLAGS are undefined in my setup
Error observed earlier: JSON.parse: unexpected end of data... (looks like something tries to parse an empty/undefined features config)
Any pointers (docs, config location, example values, or seed scripts) would be really appreciated. Thanks!