binchoo / PaimonGanyu

여행 비서 페이몬! Genshin Impact AWS workflows & KakaoTalk chatbot skills
https://pf.kakao.com/_mtPFb
GNU General Public License v3.0
7 stars 1 forks source link

[Redeem][Application][Infra][Domain] Add ListUserRedeem #26

Closed binchoo closed 1 year ago

binchoo commented 1 year ago

image

To-be: New features - UserRedeemListView and UserRedeemListTextView will be introduced to the Redeem domain.

binchoo commented 1 year ago

The maxCount of UserRedeems fetched from one Hoyopass can be up to 20. max(|hoyopass.uids|) = 4 max(|items I can show in listCard|) = 5

I'd like to let the |items| be 4, so 16 is the maxCount.

binchoo commented 1 year ago

As-is: The usability of the current UserRedeemListView is definitely so bad. Users will not get enough useful information from the current structure, because it represents UserRedeems grouped by UserHoyopass. Users cannot understand which traveler has been successful with those redeem logs.

To-be: Show the UserRedeem list grouped by Uid, this means, by each traveler character. image