steven1227 / MovieDB

The demo application based on the OMDB api
http://www.omdbapi.com/
0 stars 0 forks source link

一笔转账3条记录的解决方案 #55

Closed sunjeon closed 3 years ago

sunjeon commented 3 years ago

当前状况:见图1 解决方案: 需求做2个变更:

  1. 将【转账花掉的手续费隐藏】(详见图2)
  2. 增加筛选项(详见图3) 高保真图请问UI获取。

截屏2021-07-27 下午3 19 38 截屏2021-07-27 下午3 24 43 截屏2021-07-27 下午3 24 48

xie-yue commented 3 years ago

目前gas reward的判断条件为:没有from地址

sunjeon commented 3 years ago

可以啊。就判断一下要是没有from地址,就识别为gas reward。然后前端tag展示处理。

yating-900 commented 3 years ago

设计稿如图,详见figma Issues/Improvements页面

Screenshot 2021-07-27 at 16 52 04
sunjeon commented 3 years ago

@yating-900 如果用户没有GAS Reward,搜索结果为空是否需要做页面处理?还是就什么东西都没有

xie-yue commented 3 years ago

@yating-900 @sunjeon 分类设计不是很合理,目前的记录分类有以下几种: 正常的收入 正常的支出 gas reward(没有from地址) 手续费销毁(没有to地址)

yating-900 commented 3 years ago

@yating-900 如果用户没有GAS Reward,搜索结果为空是否需要做页面处理?还是就什么东西都没有 跟其他empty页面做类似处理,只是文字更改一下

Record
yating-900 commented 3 years ago

@yating-900 @sunjeon 分类设计不是很合理,目前的记录分类有以下几种: 正常的收入 正常的支出 gas reward(没有from地址) 手续费销毁(没有to地址)

第四种涵盖在Transaction Details 里了吧?

sunjeon commented 3 years ago

手续费销毁属于一笔转出交易的细节。不单独展示。

sunjeon commented 3 years ago

已验证