rubyforgood / habitatebsv

An upcoming project for Ruby for Good
https://rubyforgood.github.io/habitatebsv/
MIT License
4 stars 2 forks source link

Add, Edit, and View Sites #4

Closed Josecc closed 5 years ago

Josecc commented 5 years ago

Scenario: Site Creation given user is viewing site creation page when they fill out and submit form then the site gets added to the db

Scenario: Site Listing given the user has created sites when the user visits listing page then the created sites are visible

Scenario: Site Edit given the created sites are visible when the click on a site's edit button then they see that site's edit page and when the user changes a field and clicks save then the change is persisted to the db and visible in the listing page