CMPUT301W16T15 / Shareo

Group Project Android App
MIT License
3 stars 0 forks source link

One bid appearing multiple times in Bids list #16

Closed 0x4849a closed 8 years ago

0x4849a commented 8 years ago

Steps to reproduce: Step1) Create a new user and sign up Step2) Search for "game" and then bid on sally's game. Step3) Check the bids tab and you'll see two instances of the same bid.

If you log out and log back in as your new user, it only shows up as one bid.

0x4849a commented 8 years ago

The only way this bug doesnt appear is if you either

Video of bug is here(I was trying to do the demo). https://www.youtube.com/watch?v=CuQ_0SAX42Q&feature=youtu.be

Bug is around 3:05

Bradshawz commented 8 years ago

Bids would add an id to bid ids and then get the bids, followed by adding the bid manually to the list causing duplicates. Fixed.