hendricksonsarahl / voluntr

An app that matches nonprofits with volunteers
8 stars 0 forks source link

Adds "delete" option for orgs to remove opportunities #207

Closed razzlepdx closed 7 years ago

razzlepdx commented 7 years ago

Resolves #169

Adds a column to the Opportunity model called "Display", set as a boolean.
Adjusted filters and other views so that only opportunites with display = true are shown to the user, but the opportunity data remains in the db.
Both delete buttons (org/opportunity and org/edit) reroute org to the homepage with a query parameter "del" - org/opportunities checks for this parameter and changes the display value for that opp to False, which removes it from all opportunity views.

I also changed the user stories in the readme - looks like we have met all of our MVP goals!