@etohq/space
v2.0.1
Published
Eto Space module
Readme
Space Module
The Space module owns tenancy/workspace concerns (for example, space identity, membership, and any space-scoped configuration that affects space behavior).
Space settings vs Settings module
Not all “settings” should live in @etohq/settings.
- If a setting changes Space’s behavior or policies, it remains owned by the Space module.
- If a setting is a cross-cutting admin/UI preference (for example, active view selection or column layouts for Space-related entities), it belongs in the Settings module (
@etohq/settings).
