PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Add support for `Proposal` ownership #894

Closed slifty closed 5 months ago

slifty commented 5 months ago

This PR addscreatedBy to the proposals table and populates the createdBy field based on the user that initiated the creation of a given proposal.

This PR should not be merged until after #892 has been merged.

Resolves #485