Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[第一期] 一个全栈的抽奖活动 #1

Open
leecade opened this issue May 11, 2018 · 0 comments
Open

[第一期] 一个全栈的抽奖活动 #1

leecade opened this issue May 11, 2018 · 0 comments
Labels
side-project side project

Comments

@leecade
Copy link
Contributor

leecade commented May 11, 2018

设计图

wheel_draw

设计源文件(sketch)

wheel_draw.zip

需求描述

  1. 基于 fe 完成前后端开发, 最终部署在自己测试机 (如果有的话 😄)

  2. 服务端可以配置奖项和权重(不考虑奖池)

weight: 1 意味着 1/100 几率抽中

[{name: "10元话费", weight: 1}, {name: "50积分", weight: 50}, ...]
  1. 前端动画适配 android 4.4+ / ios 6+

  2. 动画描述:

  • 点击 "开始" 后: 1) 跑马灯闪烁 2) 内部转盘旋转
  • 抽奖结束后: 1) 转盘停止转动 2) 跑马灯快速闪烁2次 3) 更新左下角抽奖结果文案

设计图可能部分不是很标准, 意会 😄

  1. 需考虑安全, 防止作弊
@leecade leecade changed the title [第一期] 一个全栈的抽奖活动效果 [第一期] 一个全栈的抽奖活动 May 14, 2018
@leecade leecade added the side-project side project label May 14, 2018
catee pushed a commit that referenced this issue Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
side-project side project
Projects
None yet
Development

No branches or pull requests

1 participant