You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Closed
when a PR is approved that accomplishes the following:The text was updated successfully, but these errors were encountered: