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

yourBids: sort bids by height and name state #628

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rithvikvibhu
Copy link
Collaborator

Closes #395.

Now, bids in the Your Bids page are sorted by:

  • First, state (active bids in bidding period come first, then reveal period, etc.)
  • Within each state, by earliest auction start (i.e. lowest "time left" first)

Same order applies to the filter tabs (only bidding, only reveal, etc.)

Example:

  • Names were opened in order: cherry, dragon, elephant.
  • cherry is in reveal so is pushed down, the other 2 in bidding are on top
  • dragon first over elephant because 19m < 40m

image

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

Successfully merging this pull request may close these issues.

"Time Left" in Bid History should be in chronological order
1 participant