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

[2.2] 程序优化内容 #420

Closed
32 tasks done
medz opened this issue Nov 9, 2018 · 5 comments
Closed
32 tasks done

[2.2] 程序优化内容 #420

medz opened this issue Nov 9, 2018 · 5 comments

Comments

@medz
Copy link
Contributor

medz commented Nov 9, 2018

系统设置-站点设置

  • ⾦金金币,默认开启
  • 打赏,默认开启,打赏选项:10,50,100
  • 匿匿名开关,默认开启
  • 匿匿名规则,默认⽂文字:”匿匿名规则,管理理后台‘系统设置-站点设置’中可配置“
  • 预留留昵称:root,admin

系统设置-标签

  • 包括⼀一个默认标签分类(测试)
  • ⼀一个默认标签(测试);

⽤用户中⼼心-⻆角⾊色管理理

  • 创始⼈人和普通⽤用户,默认勾选上 “签到、发布动态、以及后续新功能的权限”

积分设置-配置

  • 积分规则,默认⽂文字“积分规则,管理理后台’积分设置-配置‘中可配置”;
  • 积分提现规则,默认⽂文字:“积分提现规则,管理理后台’积分设置-配置‘中可配
    置”
  • 积分充值规则,默认⽂文字:“积分充值规则,管理理后台’积分设置-配置‘中可配
    置”;
  • 积分充值、提现开关 默认打开
  • 默认充值选项: 1,10,100,200,500,1000
  • 单笔最⼩小提现额度:100
  • 单笔最⾼高提现额度:1000000
  • 单笔最⼩小充值额度: 1
  • 单笔最⾼高充值的:1000000

存储设置-基础设置

  • ⽂文件⼤大⼩小: 默认值: 10 ,10485760
  • 默认MIME 类型: jpeg 、png 、gif
  • 图⽚片尺⼨寸设置:宽 104000 ⾼高 104000

动态管理理

  • 基础设置- 默认打赏开启
  • 付费开关- 默认开启 , ⾦金金额 默认: 100 ,500, 1000, 收费⽂文字⻓长度 50

资讯 - 投稿配置

  • 默认开启认证投稿
  • 默认开启付费投稿,付费⾦金金额 1

签到应⽤用

  • 默认开启,奖励 1

问答应⽤用-基本信息

  • 默认开启
  • 申请精选默认⾦金金额:200
  • 围观⾦金金额默认:100
  • 匿匿名规则,默认:“匿匿名规则,管理理后台’问答应⽤用-基本信息‘中可配置”
  • 悬赏规则,默认:”悬赏规则,管理理后台’问答应⽤用-基本信息’中可配置”

管理理后台新增配置

  • 环信配置,⽬目前是在后端代码中配置的,需要在管理理后台增加填写地址和开 关;
  • 腾讯、微博、微信 三⽅方key配置,需要在管理理后台增加输⼊入项
@Jungle68
Copy link
Contributor

Jungle68 commented Nov 28, 2018

配置相关调整

  1. 以下说到的配置接口都是: /api/v2/bootstrappers

  2. 正确配置信息接口来源于:https://tsplus.zhibocloud.cn/api/v2/bootstrappers

  3. 测试配置信息部署的地址:http://114.215.203.142:666

用户中心

  • 普通用户默认没有 [feed] Delete Feed 权限
  • 三方配置信息缺少一个微信公众平台信息的配置,原来 social.php中的wechat-mp配置
     'wechat-mp' => [
         'appid' => 'wx0000000000',
         'secret' => '2fdoskafw3o333llll'
     ]
    

积分配置

  • 积分设置--配置 ,配置接口中返回的提现开关状态为开启,但是在管理后台显示未勾选
    image

  • 积分设置--配置 ,显示 积分充值开关—开启,但是配置接口未返回开启状态,
    image
    正常表现为: 有currency:recharge 字段,并在其中有open:true,IAP_only 可默认ture 也可false ,不做要求;
    image

资讯

  • 资讯--投稿配置 , 管理后台表现正常
    image

但是配置接口返回的配置数据错误,正确数据如下图:正确的开关状态,已经正确的积分数据
image

  • 资讯--资讯分类列表 ,需要一个默认的分类:默认分类

签到

  • 签到,管理后台表现正常,但是配置接口返回数据错误
    管理后台显示样式:
    image
    正确的配置接口数据应该是:balance 为管理后台配置是数据
    image

问答

  • 当前匿名规则使用的是: 系统设置 - 站点设置 中的开关和你们规则文字
    image
    对应配置接口返回的数据信息:
    image
    问答中的匿名规则未生效,需要统一将系统设置中的调整到问答下面

@medz

@medz
Copy link
Contributor Author

medz commented Nov 28, 2018

你这个就是需求更改了呀~启动接口返回的就是以前也是这么返回的~签到返回的单位不一样!

@Jungle68
Copy link
Contributor

Jungle68 commented Nov 29, 2018

用户中心

  • 注册设置, 配置接口未返回相关字段,正确情况如下,对应每一个配置
    image

积分设置

  • 配置接口没有返回积分相关的字段

@Jungle68
Copy link
Contributor

Jungle68 commented Nov 29, 2018

系统设置

  • 站点设置三处修改。将1 移动到问答中去; 将2和3删除
    image

@Jungle68
Copy link
Contributor

Jungle68 commented Nov 29, 2018

问答应用

  • 专题管理, 需要一个默认专题: 默认专题

mutoe added a commit that referenced this issue Nov 30, 2018
issue #420

(cherry picked from commit a9270f210c691eda78b827631bc53c6d1f76a9de)
mutoe added a commit that referenced this issue Nov 30, 2018
mutoe added a commit that referenced this issue Nov 30, 2018
@medz medz closed this as completed Dec 7, 2018
mutoe added a commit to mutoe-archive/plus that referenced this issue Dec 10, 2018
mutoe added a commit to mutoe-archive/plus that referenced this issue Dec 10, 2018
mutoe added a commit to mutoe-archive/plus that referenced this issue Dec 10, 2018
mutoe added a commit to mutoe-archive/plus that referenced this issue Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants