blathering-barnacles / Bangazon-3

Sprint 3 (Building an connecting a Django Rest API with React front-end)
1 stars 1 forks source link

Ticket11 order filter #29

Closed Kazathur92 closed 5 years ago

Kazathur92 commented 5 years ago

Link to Ticket

Closes # https://github.com/blathering-barnacles/Bangazon-3/issues/11

Description of Proposed Changes

Steps to Test

http://localhost:8000/api/v1/customers/?active http://localhost:8000/api/v1/customers/?active=false http://localhost:8000/api/v1/customers/?active=true

*NOTE YOU WILL NEED TO RE MIGRATE SO YOUR CUSTOMER MODEL HAS THE ACTIVE COLUMN.

git fetch --all
git checkout ticket11_orderFilter

Impacted Areas in Application

List general components of the application that this PR will affect:

jessicabarnett8219 commented 5 years ago

Looks great but why is the training program stuff commented out?

jessicabarnett8219 commented 5 years ago

👍 The updates look great!