Frontend dashboards with login #9

Merged
bilal.catic merged 19 commits from frontend-dashboards-with-login into master 2018-08-08 18:24:39 +02:00
bilal.catic commented 2018-08-07 14:15:12 +02:00 (Migrated from gitlab.com)

SMOKE TEST

  1. Create order using customer user
  2. Login on frontend using customer user, order will be shown on dashboard, no next actions should be visible
  3. Login using wpUser, this user should see next actions available
SMOKE TEST 1. Create order using customer user 2. Login on frontend using customer user, order will be shown on dashboard, no next actions should be visible 3. Login using wpUser, this user should see next actions available
bilal.catic commented 2018-08-07 14:15:33 +02:00 (Migrated from gitlab.com)

changed the description

changed the description
bilal.catic commented 2018-08-07 14:15:33 +02:00 (Migrated from gitlab.com)

assigned to @akrdzic

assigned to @akrdzic
akrdzic commented 2018-08-08 12:51:50 +02:00 (Migrated from gitlab.com)

Please let wiaas be activated last to avoid dependencies issues

Please let wiaas be activated last to avoid dependencies issues
bilal.catic commented 2018-08-08 14:16:15 +02:00 (Migrated from gitlab.com)

changed this line in version 2 of the diff

changed this line in [version 2 of the diff](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/9/diffs?diff_id=20977694&start_sha=5a0664940633015a4f981bcc9f852fd97e48c6c9#a8bf80258f5394a7666b597fe125dd7f5d4092c7_80_79)
bilal.catic commented 2018-08-08 14:16:15 +02:00 (Migrated from gitlab.com)

added 1 commit

  • a2022f3b - change order of plugins activation

Compare with previous version

added 1 commit <ul><li>a2022f3b - change order of plugins activation</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/9/diffs?diff_id=20977694&start_sha=5a0664940633015a4f981bcc9f852fd97e48c6c9)
bilal.catic commented 2018-08-08 14:16:57 +02:00 (Migrated from gitlab.com)

Resolved

Resolved
akrdzic commented 2018-08-08 15:45:53 +02:00 (Migrated from gitlab.com)

Rename this to OrderHelper with export method fromWCOrder

Rename this to `OrderHelper` with export method `fromWCOrder`
akrdzic commented 2018-08-08 15:48:10 +02:00 (Migrated from gitlab.com)

This url will retrieve all orders and this actions should only return active orders.

Since I resolved this as part orders task https://app.asana.com/0/697944902557002/744133144344689
please set comment for this on your card and note that it will be solved as part of orders task.

This url will retrieve all orders and this actions should only return active orders. Since I resolved this as part orders task https://app.asana.com/0/697944902557002/744133144344689 please set comment for this on your card and note that it will be solved as part of orders task.
bilal.catic commented 2018-08-08 16:49:30 +02:00 (Migrated from gitlab.com)

changed this line in version 3 of the diff

changed this line in [version 3 of the diff](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/9/diffs?diff_id=20987248&start_sha=a2022f3b078d443709aeaa7e44e2dcb9b77460e3#68d1eca0bc7a3375972e53f5ab456cabba62141f_18_0)
bilal.catic commented 2018-08-08 16:49:32 +02:00 (Migrated from gitlab.com)

added 4 commits

  • 375fcb80 - change object properties to more readable ones
  • 2a0726d2 - apply changes from order helper
  • 0f515172 - change statuses to adapt to woocommerce statuses
  • 190d139f - use new names from order and process properties

Compare with previous version

added 4 commits <ul><li>375fcb80 - change object properties to more readable ones</li><li>2a0726d2 - apply changes from order helper</li><li>0f515172 - change statuses to adapt to woocommerce statuses</li><li>190d139f - use new names from order and process properties</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/9/diffs?diff_id=20987248&start_sha=a2022f3b078d443709aeaa7e44e2dcb9b77460e3)
akrdzic commented 2018-08-08 17:02:37 +02:00 (Migrated from gitlab.com)

    dispatch(recieveOrders(response.data.map(wcOrder => fromWCOrder(wcOrder))));


``` dispatch(recieveOrders(response.data.map(wcOrder => fromWCOrder(wcOrder)))); ```
bilal.catic commented 2018-08-08 17:50:51 +02:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>086c1ecc - fix unit test</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/9/diffs?diff_id=20990749&start_sha=190d139f5aa6b9e634967c701f197a551b4a24f6)
bilal.catic commented 2018-08-08 18:14:36 +02:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>20232e1e - remove obsolete variable</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/9/diffs?diff_id=20991894&start_sha=086c1ecc68430039c9f185d40386f6fd012ed936)
bilal.catic commented 2018-08-08 18:15:39 +02:00 (Migrated from gitlab.com)

Resolved

Resolved
akrdzic commented 2018-08-08 18:24:39 +02:00 (Migrated from gitlab.com)

merged

merged
akrdzic commented 2018-08-08 18:24:39 +02:00 (Migrated from gitlab.com)

mentioned in commit 5d84f53ea7

mentioned in commit 5d84f53ea7039db27e5be8af2e050f2b17f5a4de
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: senaduka/old-new-wiaas#9