-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
add the thingy on top of the `o` Co-authored-by: Leandro Boscariol <[email protected]>
Pull Request Test Coverage Report for Build 2882544587
💛 - Coveralls |
|
Hey @alfetopito , changes LGTM! Could you please fix it? Thanks! |
@elena-zh wasn't the |
@alfetopito , User details show orders from Prod/Staging in And orders from Barn/Dev/PR in
I have retested it now, and it works like I describe in https://explorer.cow.fi/ and in https://protocol-explorer.dev.gnosisdev.com/: https://watch.screencastify.com/v/hjxqD3d1q0PN95Xx34H0 . But in the current PR I see orders from Prod/Staging, and completely to not see orders from Barn/Dev/PR I do not know why it happens either, but if it works differently that we currently have in stable environments, I report this. As for pagination issue, we decided not to show all orders from Prod and Barn in user details page, and show orders like it is currently works and I have described in the 1st part of my message. |
You are right to point this out Elena. Without looking into this very deeply, I assume that what is happening is this:
|
And replying to Ramiro, user details should reflect the environment we are at, as I don't recall we decided to make it PROD only. Thus, barn should show barn orders (same for local and PRs) while the rest should show prod orders |
@elena-zh @alfetopito nice catch both! When I refactored the code I didn't include the prod/barn switch for user orders, so it was always defaulting to prod. Now it should work as before. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary
Closes #136
Based on/supersedes #170
Rebased against latest
develop
because I needed changes there, so have diverged from original.You can see what changes have been added by looking from this commit onwards 299f475
Fixes