Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create feature which displaying orders by dates and customers #9

Open
sb-github opened this issue Jan 10, 2018 · 0 comments
Open

Create feature which displaying orders by dates and customers #9

sb-github opened this issue Jan 10, 2018 · 0 comments
Assignees

Comments

@sb-github
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants