CatherineEvelyn / wedding-planner

Wedding Planner Web
2 stars 7 forks source link

create vendor's portfolio #38

Open CatherineEvelyn opened 7 years ago

CatherineEvelyn commented 7 years ago

Problem

we need to make portfolio.html to display a vendor's information (data that was entered in registration/sign up form, such as company name, price, etc). The page has to connect with the database and functioning properly.

Proposed solution

Display the information about the vendor in a new page based on parameters passed in the url. For example /vendor/:id

Select vendor's id from vendor table in database, then grab the information for that specific vendor to be displayed on portfolio.html page. No need to worry about the design, just place the basic stuff (extended abc.html, etc) and have the correct data displayed in a div. This issue focus more on functionality than visual design. More info will be found in the comments inside portfolio.html file (after sitemap2 branch is merged to master)

Details