conference-app-2022
conference-app-2022 copied to clipboard
create sponsors list screen without design
Idea Description create sponsors list screen without design
issue devided apply design
Reference images and links coming soon
🙋♂️
Thanks! Assigned 👍
May I ask a question? Do you mean implementing UI logic such as ViewModel other than UI in Compose?
Thanks as always.😂 Assigned
👀
Sorry, I didn't see the tag of the issue. This issue will be needed to adjust for some reasons. So this issue doesn't have the welcome contribute tag. But I think we can communicate because we are colleagues. Do you want to do it?😅
I mistakenly thought it had a welcome-contribute tag 🙇 I don't know what the problem is, but I would like to try!
I'm just trying this Issue, and let me ask you a question 🙇 What is the scope of what I need to create in this Issue?
- create
feature-sponsor
module - definite navigation
- think design myself and create screen with Compose(I think this is out of scope.)
- add ViewModel, Repository, and so on with logic for display in Screen
- fetch sponsors from specific endpoint and map to model from response model.
- testing
Is the scope of this Issue all except 3? (Some may not be listed.) If so, is there API documentation on what kind of Response is returned? 👀
@ho2ri2s Thank you for creating your breakdown of the issue. Currently, we are creating the API. (by @RyuNen344 )
I think the response will be like this.
[
{
"id": "xxxxx"
"sponsor_name": "DroidKaigi",
"sponsor_logo": "https://hoge.png/",
"plan": "GOLD",
"link": "https://company.com/"
},
...
]
Is the scope of this Issue all except 3?
Yes, but it doesn't need to make a perfect screen. I think we can improve it.
If you have any questions let me know 🙏
I will try to implementation by dividing PR. Thank you for your answer 🚀
@ho2ri2s
sorry for late 😢
you can check it at https://ssot-api-staging.an.r.appspot.com/events/droidkaigi2022/sponsor
"status": "OK",
"sponsor": [
{
"sponsorName": "DroidKaigi",
"sponsorLogo": "https://hoge.png/",
"plan": "GOLD", // PLATINUM, GOLD, SUPPORTER
"link": "https://company.com/"
},
]
If you have any questions let me know 🙏