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!
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!