JungIn Choi
05/17/2021, 3:26 PMDay57
• Wrapped up last week’s progress, planned for upcoming week’s to-dos (related to store sprint)
• ConstraintSet vs. Flexbox layout.. Not sure what to use.
Day58
• webview callback handling (in collaboration with frontend engineer)
• mypass fragment api connecting (in collaboration with backend engineer)
• minor layout fixes
Self-Comment
• wow it was a.. collaboration day (and it was not easy)
◦ I thought that I did my job right, but app-web click handling did not work well somehow. I told the web front engineer that the method name was wrong, and he told that he fixed it. Click handling worked in ios, so .. it was clear that it was android - my - fault. I kinda got nervous and reviewed the click handling part several times, compared with similar other features, did googling and everything. But I could not find the error point… So I requested the front engineer the code related with the interface….and he just changed the method name for only ios part 😂…… My three hours……
◦ At morning, I had to clarify several parts related with backend api, so we had some on&offline communication.
◦ Collaboration! Important and difficult.
Goals Tomorrow
• Replace pass history layout with actual pass history api. (Currently I just filled the contents with riding history to check the layouts)
◦ This is not a small work.. I have to replace api and also resolve the recyclererview infinite scroll loading provlem..