Skip to content

Ecto models and schemas for the Open Supporter Data Interface, with some basic changesets

License

Notifications You must be signed in to change notification settings

BrandNewCongress/osdi_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osdi_ex

Ecto.Schemas and schemas for the Open Supporter Data Interface, with some basic changesets

Progress for V1

General Schema / Model Development

  • Osdi.Person
  • Osdi.Event
  • Osdi.Donation
  • Osdi.Tag
  • Osdi.Tagging
  • Osdi.Attendence

Associations for:

  • People to events (organizier / host)
  • People to events (creator)
  • People to events (attendees)
  • Taggings to tags
  • Taggings to people
  • Donations to people

Embedded structs for

  • Events

    • Location
    • Reminders
  • People

    • Parties
    • Address
    • Email Address
    • Phone Number
    • Profiles
  • Donations

    • Referrer data
    • Payment
    • Recipient

Next Models

  • Petitions
  • Outreaches + Canvasses
  • Messages

About

Ecto models and schemas for the Open Supporter Data Interface, with some basic changesets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages