dylan-mcdougall / Para-Social

https://para-social.onrender.com
0 stars 0 forks source link

Refactor Membership model #7

Open dylan-mcdougall opened 11 months ago

dylan-mcdougall commented 11 months ago

Slight suboptimization currently where the request needs to specify when a Membership is being created that the status is pending. This doesn't make sense as any time a Membership is successfully requested the only possible outcome is that the status is pending.

dylan-mcdougall commented 11 months ago

Also consider setting default scope in order to leave out createdAt and updatedAt, these column potentially have use however.