instacrate / instacrate-api

1 stars 0 forks source link

Final Minor Fixes Needed for the Website #65

Open jasgan opened 7 years ago

jasgan commented 7 years ago

Refine results in all.php (Refine By) Return boxes for each category (food, fitness, beverages, etc.) Return "Related Boxes You May Be Interested In" Set Default: Shipping/Billing Check if existing username/e-mail conflict on both vendor & user side Billing Address Creation Add Phone Number to MySQL for Customers & Shippings so form can submit phone numbers Add Business Address to MySQL for Vendors so form can submit business address for sending physical documents

hhanesand commented 7 years ago

Return boxes for each category (food, fitness, beverages, etc.) -> call /categories/{{id}} Add Business Address to MySQL for Vendors so form can submit business address for sending physical documents >> add "address" object to json object when creating vendor Add Phone Number to MySQL for Customers & Shippings so form can submit phone numbers > I've added the option to store the number with the shipping address ( add "number" as string in json when creating shipping address)