UI:
- Create new page for this feature.
- Added inputs in which we can set date period(it can be something like datepicker).
- Added input in which we can put user name.
- Added button for submit.
- Added table which showing orders list.
Data Structure:
For this feature we use existing order table.
Logic or Flow information:
- When we open page at first time show only blank inputs and submit button.
- When we choose date period and click submit we show orders for all users for this period.
- When we choose only username and click submit we show all orders for this user with this username.
- When we choose date period and username and click submit we show orders in this period for user with this username.