JungIn Choi
06/14/2021, 1:48 AMDay75 & Day76
• Fixed issue with returning logic (minor..)
◦ When our bike is in “pause” status (locked, but not returned - user can park the bike, lock and do their business, and then re-ride), user could return it. When our bike is moving, user cannot return it. However, when the bike is in “pause” status but if user shakes the handle, though it is “moving”, user could return it. -> But the return button was disabled due to some bug.
◦ Was not an easy issue to me, since I had to check every logic related to this return button, which involves various states.
◦ It was eventually due to branching order -> Branch related to that part was not being entered, since it was caught in earlier branch which did not consider this situation
• Store QA - Fixed shadows
◦ Used to control shadows only with elevation.
◦ However since elevation is based on z index, shadow became "dark & soft" or "light & sharp". Our designer required somewhere between, "light & soft". haha.. So I searched, and figured out that we can control the light making the shadow. Key light, ambient light, its color and opacity.
• Reported some issues to product team
◦ Explained the "location-not-detected-ui-issue" to product team, asked them to fix some stuffs
◦ Notice banner issue.. hmm
Self-Comment
• WAAA moving done! Well bit left, since I have to clean this mess, order furniture etc. But now I have a fancy new desk yay!
• I need my bed..pleaseBryan L
06/14/2021, 3:20 AMJungIn Choi
06/15/2021, 12:18 AM