-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugNot working properly functionalitiesNot working properly functionalitiessupabaseRelated with supabase integrationRelated with supabase integration
Milestone
Description
Describe the bug
The current data model doesn't support tracking shared resources between associations, creating a barrier to implementing inter-association resource sharing. There's no way to establish ownership policies, sharing permissions, or track resource movements between organizations.
Steps to Reproduce
- Attempt to share an inventory item with a related association
- Try to define access policies for shared resources
- Look for database tables that track resource borrowing/lending between organizations
- Observe that the necessary tables and relationships are missing
Expected behavior
The database should include appropriate tables and relationships to track resource sharing between organizations, including ownership, temporary transfers, access permissions, and usage history.
Screenshots
N/A - Data model issue
Desktop (please complete the following information):
- N/A - System-wide data model issue
Additional context
This data model limitation needs to be addressed as part of the MVP development. The enhanced model should support:
- Resource ownership and sharing policies
- Temporary or permanent resource transfers between organizations
- Access permissions for shared resources (view, borrow, edit)
- Request workflows and approval chains
- Usage tracking and history for shared resources
- Conflict detection for scheduling shared resources
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugNot working properly functionalitiesNot working properly functionalitiessupabaseRelated with supabase integrationRelated with supabase integration