Open wsdOgawa opened 2 years ago
First step is to separate out the organization
module. None of these are found in the postman collection, so we will probably need to update that to get coverage for these end points.
We have the set and update image for members. And we have set and update logo for organizations. These functions have not actually been implemented from the client but they exist in the API. I'm tempted to remove them entirely, but I'm also tempted to leave them for when they get added back.
The issue is with updating to typescript, adding CI/CD and stability, i dont see these nice-to-have features being implemented any time soon. So it makes more sense to remove anything that isn't required, as leaving it in there is going to create work for something that isn't needed.
First PR for this: https://github.com/WebServiceDevelopment/PrivateInvoice/pull/63
/organizations
/member
Next PR will address moving create organization from session into organization.
All three of these come together. Let's see what we can do about this.