zendesk / link_platform

A SaaS application for linking community services to end users
Apache License 2.0
8 stars 7 forks source link

Create organizational model #32

Closed bcolferzd closed 6 years ago

bcolferzd commented 6 years ago

Use the Open Referral specification to define the Organization entity.

Using RSpec and FactorBot to define the requirements of the data model.
The Organization has all of the data fields in the OpenReferral spec. Conforming to the spec the name and description are required. We are adding an additional requirement that the name is unique scoped to a link_instance.

adam-hart commented 6 years ago

https://github.com/zendesk/link_platform/pull/40