keelback-code / wwww

0 stars 1 forks source link

User Story - Staff Order History #17

Open keelback-code opened 2 years ago

keelback-code commented 2 years ago

As a staff member I can view my orders and see the current order status so that I know if there is an order I have to process.

Acceptance Criteria

Order_status (fulfilled or yet to be sent) line in database model Ability to see order history with full staff-related details on front-end

Tasks

Staff page for full order history and status - done Links to individual order histories and ability to change status there - done Only available to staff - done

keelback-code commented 2 years ago

Changed line in db to 'fulfilled' (boolean field)

keelback-code commented 2 years ago

Fulfillment form based on Order model