CatherineEvelyn / wedding-planner

Wedding Planner Web
2 stars 7 forks source link

create dynamic page to display vendor list #41

Closed CatherineEvelyn closed 7 years ago

CatherineEvelyn commented 7 years ago

Problem

create a dynamic page with 7-tabs (one for each vendor's category) which will display the list of vendors for selected category. This issue focus on the 7-tabs functionality, not the layout/design. Each tab will selectively display all vendors from a single category (sort from database).

Proposed solution

Data should be loaded dynamically using AJAX in a single page design. Clicking on a services section would load the data for that section into the view and replace the old view.

Possible Problems

This will require more attention to the history state since it won't be logged when the ajax call is made.

Details

Zafuzi commented 7 years ago

Closed by pr #46