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
This issue is going to cover everything having to do with the creation of the product pages. Fairly straightforward CRUD app for the Rails backend portion. I'm assuming most of the Backbone will handle validation and param transformation (if there is any) and the Rails portion will be a simple API to perform the CRUD actions and feed data to the frontend.
Tools
Acceptance Criteria
-product pages need to be associated with their respective users.
-product pages have a title, unique url, seller, description, price, item to be sold
The text was updated successfully, but these errors were encountered:
Overview
This issue is going to cover everything having to do with the creation of the product pages. Fairly straightforward CRUD app for the Rails backend portion. I'm assuming most of the Backbone will handle validation and param transformation (if there is any) and the Rails portion will be a simple API to perform the CRUD actions and feed data to the frontend.
Tools
Acceptance Criteria
-product pages need to be associated with their respective users.
-product pages have a title, unique url, seller, description, price, item to be sold
The text was updated successfully, but these errors were encountered: