Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zong
Compass
Commits
0c095fc4
Commit
0c095fc4
authored
Jan 31, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9e82cd28
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
memo.txt
doc/memo.txt
+7
-0
家校家园平台数据对接 V1.0.doc
doc/家校家园平台数据对接 V1.0.doc
+0
-0
接口文档 V1.0.xls
doc/接口文档 V1.0.xls
+0
-0
UserRole.inc
src/cn/compass/entity/definition/UserRole.inc
+3
-2
No files found.
doc/memo.txt
View file @
0c095fc4
...
...
@@ -25,3 +25,9 @@
志愿者能力分:完成社会实践或亲子活动次数。
志愿者服务分:服务分:志愿者活动
//高职用户
1.高职用户也要能使用志愿者小程序,用户信息从icdl平台获取即可。
2.高职用户社会实践亲子活动无法推送,减少该模块,保留课程及自愿者模块
3.目前认证后的机构可发布活动,发布活动时,把高职用户归纳为社会人士,这样高职用户可见志愿活动
4.志愿活动发布新增发布新增关键字标签如“图书馆”“室外”之类的,这个放入我们公司的系统后端,到时我们编辑设计后可以把编辑好的内容更新至其他志愿者后端
\ No newline at end of file
doc/家校家园平台数据对接 V1.0.doc
View file @
0c095fc4
No preview for this file type
doc/接口文档 V1.0.xls
View file @
0c095fc4
No preview for this file type
src/cn/compass/entity/definition/UserRole.inc
View file @
0c095fc4
...
...
@@ -43,8 +43,9 @@ class UserRole
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
7
,
"title"
=>
"县局领导"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
8
,
"title"
=>
"高职用户"
);
array_push
(
$data
,
$tmp
);
$result
=
array
();
foreach
(
$data
as
$row
)
{
$tmp2
=
new
UserRole
(
$row
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment