Description
To remove a startup from the directory, this must be done manually by deleting the corresponding mongo document. Let's add a feature to the Admin Dashboard that allows us to do this in the app instead.
Steps to Solve
- Create an API route that will delete an org with a given id.
- In the admin dashboard, create a wrapper that allows us to delete startups.
- Test!
Definition of Done
This issue will be marked as Closed when a PR is approved that accomplishes the following:
- An organization can be deleted from the Admin Dashboard, as opposed to manually deleting the mongo document.
Description
To remove a startup from the directory, this must be done manually by deleting the corresponding mongo document. Let's add a feature to the Admin Dashboard that allows us to do this in the app instead.
Steps to Solve
Definition of Done
This issue will be marked as
Closedwhen a PR is approved that accomplishes the following: