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

给事业部(Career)开发一个微信推送列表功能 #4

Open
tc-imba opened this issue May 23, 2017 · 3 comments
Open

给事业部(Career)开发一个微信推送列表功能 #4

tc-imba opened this issue May 23, 2017 · 3 comments
Assignees

Comments

@tc-imba
Copy link
Member

tc-imba commented May 23, 2017

后端

数据库

table: career_wechat_list

用户界面

controller: /Career/wechat_list
传送数据:

  • category: [{id,name}]

获取列表的ajax请求

controller: /Career/wechat_list_data
GET请求query类型:

  • category: 类型id(default: all)
  • keyword: 搜索关键字 (default: all)
  • page: 分页(default: 1)
  • per_page: 每页返回数量 (default: 10, max: 100)
    返回值为json格式的消息列表

编辑消息的ajax请求

controller: /Career/wechat_list_edit
GET请求query类型:

  • id: 被编辑的消息 (必填)
  • category: 类型id(可选)
  • title: 标题 (可选)
  • abstract: 分页(default: 1)

前端

用户界面

views/career/wechat_list.php
使用微信UI

  • 上方有一个搜索框
  • 搜索框下面有n个分类
  • 每个分类都有一个微信ui的列表

管理员界面(简易)

使用inspinia UI

  • 有一个ajax表单,可以输入类型/标题/url并提交
  • 有一个footable表格,显示所有消息
@JasonQSY
Copy link

哇这真是写到了我下岗 😃

@zhangyifei-chelsea
Copy link
Contributor

不太会啊

@zhangyifei-chelsea
Copy link
Contributor

不过感觉很有趣

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

5 participants