Overcoming API Limitations And UI Challenges In Software Development
Found an API issue with comment likes data. Created GitHub issue to track it. Focused on collapsing logic instead. Tomorrow: UI for comments and README update. Help needed: designer, Android/KMM dev, more.
What I did: I planned to complete the comment feed, but I found an issue. On the web, each comment has information about the number of likes, but the API call doesn't return this data. I didn't find anything related after inspecting the network activity on the web page. Therefore, this is an open question, and I will create an issue on GitHub for it. I realized that I hadn't completed the whole feed, so I focused on the collapsing logic. It wasn't complicated. I have only one question: how to correctly set the light gray color according to Material Design. I plan to complete the UI for com...