Showing
1 changed file
with
8 additions
and
2 deletions
| @@ -3,8 +3,15 @@ https://github.com/boxfish-project/boxfish-data-ios.git | @@ -3,8 +3,15 @@ https://github.com/boxfish-project/boxfish-data-ios.git | ||
| 3 | 3 | ||
| 4 | ### 服务器接口信息(种老师负责更新这部分内容) | 4 | ### 服务器接口信息(种老师负责更新这部分内容) |
| 5 | * 登录接口 | 5 | * 登录接口 |
| 6 | -* 访问模块权限接口 | 6 | +* 访问模块权限接口(可以推后) |
| 7 | +* 根据年级获取资产的概况 | ||
| 8 | +* 获取不同资产的详细统计(类型:老师,学校,学生;周期:日,周,月) | ||
| 9 | +* 获取最近一个周期的资产统计(周期:日,周,月) | ||
| 10 | +* 获取指定地区下的资产的统计情况(类型:老师,学校,学生) | ||
| 11 | +* 获取指定学校下的资产的统计情况(类型:老师,学生) | ||
| 12 | +* 获取老师的详细统计情况 | ||
| 7 | * 搜索接口 | 13 | * 搜索接口 |
| 14 | +* 获取最常搜索的关键词列表(可以推后) | ||
| 8 | 15 | ||
| 9 | ### 客户端设计考虑 | 16 | ### 客户端设计考虑 |
| 10 | * 采用Swift开发 | 17 | * 采用Swift开发 |
| @@ -17,4 +24,3 @@ https://github.com/boxfish-project/boxfish-data-ios.git | @@ -17,4 +24,3 @@ https://github.com/boxfish-project/boxfish-data-ios.git | ||
| 17 | * 统计图表可以考虑用ios-charts [使用说明参考](https://github.com/PhilJay/MPAndroidChart/wiki) | 24 | * 统计图表可以考虑用ios-charts [使用说明参考](https://github.com/PhilJay/MPAndroidChart/wiki) |
| 18 | 25 | ||
| 19 | (参见:[图表库的Github链接](https://github.com/danielgindi/ios-charts) [布局库的github链接](https://github.com/SnapKit/SnapKit)) | 26 | (参见:[图表库的Github链接](https://github.com/danielgindi/ios-charts) [布局库的github链接](https://github.com/SnapKit/SnapKit)) |
| 20 | - |
-
Please register or login to post a comment