TransparentHealth / smh_app

Share My Health App: An application for Community Members and Community Based Organizations
Apache License 2.0
2 stars 3 forks source link

Provide CRUD operations for an Organization #12

Closed whytheplatypus closed 5 years ago

whytheplatypus commented 5 years ago

As a staff user of smh_app I need to be able to model my organization and associated staff.

Initial Organization model (proposed):

{
    slug     string <unique>
    name   string <unique>
    users   many to many
}
whytheplatypus commented 5 years ago

closed by #15