AlexandrBursak / cookdrive-sb-gh

The food delivery service
Other
7 stars 2 forks source link

Create feature which displaying orders by dates and customers #10

Open wwwadminwww opened 6 years ago

wwwadminwww commented 6 years ago

UI:

  1. Create new page for this feature.
  2. Added inputs in which we can set date period(it can be something like datepicker).
  3. Added input in which we can put user name.
  4. Added button for submit.
  5. Added table which showing orders list.

Data Structure: For this feature we use existing order table

Logic or Flow information:

  1. When we open page at first time show only blank inputs and submit button.
  2. When we choose date period and click submit we show orders for all users for this period.
  3. When we choose only username and click submit we show all orders for this user with this username.
  4. When we choose date period and username and click submit we show orders in this period for user with this username.
PaulPoberezhniy commented 6 years ago

30 hours

PaulPoberezhniy commented 6 years ago

Dedline 18.12