ThreeSixtyGiving / datastore

A Data Store application for 360Giving
GNU Affero General Public License v3.0
0 stars 1 forks source link

Demo: Experimental org api #159

Closed R2ZER0 closed 1 year ago

R2ZER0 commented 1 year ago

Adds an experimental API to access info about organisations:

Todo / Open Questions:

I've removed the changes used to make my local setup work, so this only contains API changes.

TODO

michaelwood commented 1 year ago

Note to selves - migrations here seems to be missing from live? did this get run not in a deploy - investigation needed before merge & deploy.

R2ZER0 commented 1 year ago

I've rebased (and force-pushed) to remove the "replace unique_together with UniqueConstraint" commit and put that into it's own PR https://github.com/ThreeSixtyGiving/datastore/pull/162 so we can consider them seperately

R2ZER0 commented 1 year ago

and another rebase/force-push of the commit which adds UniqueConstraints for Recipient/Funder, to regenerate the db migration, because the old one depended on the earlier migration which is now in seperate PR (also black format)