-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
If I grow at a community garden or manage a community garden,
A lot of my community would benefit from sharing data about their plantings, harvests and more via growstuff
So that they can collaborate electronically as they do at the garden itself.
Rough requirements:
- Perhaps a 'Community' model, to group together Garden ownership into a particular location
- Community.url A website or url for a community garden (example: https://gncg.wordpress.com/ or https://www.facebook.com/pacommunitygarden/ )
- Community.members - Effectively a Member <-> Community mapping, perhaps with is_admin or similar permission flag
Stories we might want to support:
- As a Member, I can CRUD Plantings, Harvests, Photos in any Garden owned by a Community I am a member of
- As a Member, I can create a new Community (and am marked as the owner/admin of said community)
- As a Community owner, I can CRUD membership to by community
- As a Member of a community, I have an easy share or invite link
From #1445
The only thing to consider here is community gardens, where the garden is owned by a community group and individual plantings may be owned by members of that group - it's something we always hoped to do, but haven't built yet.