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
007aabf7
Commit
007aabf7
authored
5 years ago
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
865edea1
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
compass_db_schema.xlsx
doc/DB/compass_db_schema.xlsx
+0
-0
QA.txt
doc/QA.txt
+2
-2
管局数据模板.xls
doc/管局数据模板.xls
+0
-0
管理端功能列表.xlsx
doc/管理端功能列表.xlsx
+0
-0
AccountRole.inc
src/cn/compass/entity/definition/AccountRole.inc
+9
-9
No files found.
doc/DB/compass_db_schema.xlsx
View file @
007aabf7
No preview for this file type
This diff is collapsed.
Click to expand it.
doc/QA.txt
View file @
007aabf7
1.家园/家校用户如何关联用户和学校/班级的关系?
2.社会实践/亲子活动的页面示例?
3.课程信息当前全部为mp4
\ No newline at end of file
3.课程信息当前全部为mp4,只有学校运营/管理账户可以登陆视频内容
\ No newline at end of file
This diff is collapsed.
Click to expand it.
doc/管局数据模板.xls
View file @
007aabf7
No preview for this file type
This diff is collapsed.
Click to expand it.
doc/管理端功能列表.xlsx
0 → 100644
View file @
007aabf7
File added
This diff is collapsed.
Click to expand it.
src/cn/compass/entity/definition/AccountRole.inc
View file @
007aabf7
...
...
@@ -32,30 +32,30 @@ class AccountRole
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"省厅账户运营人员"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"市局管理"
);
$tmp
=
array
(
"id"
=>
3
,
"title"
=>
"市局管理"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"市局运营"
);
$tmp
=
array
(
"id"
=>
4
,
"title"
=>
"市局运营"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
3
,
"title"
=>
"区县局账户"
);
$tmp
=
array
(
"id"
=>
5
,
"title"
=>
"区县局账户"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
3
,
"title"
=>
"区县局账户运营"
);
$tmp
=
array
(
"id"
=>
6
,
"title"
=>
"区县局账户运营"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
4
,
"title"
=>
"学校管理"
);
$tmp
=
array
(
"id"
=>
7
,
"title"
=>
"学校管理"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
4
,
"title"
=>
"学校运营"
);
$tmp
=
array
(
"id"
=>
8
,
"title"
=>
"学校运营"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
4
,
"title"
=>
"机构账户"
);
$tmp
=
array
(
"id"
=>
9
,
"title"
=>
"机构账户"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
9
,
"title"
=>
"系统管理"
);
//可创建各层级管理员账户
$tmp
=
array
(
"id"
=>
10
,
"title"
=>
"系统运营"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
9
,
"title"
=>
"系统管理"
);
$tmp
=
array
(
"id"
=>
9
9
,
"title"
=>
"系统管理"
);
//可创建各层级管理员账户
array_push
(
$data
,
$tmp
);
...
...
This diff is collapsed.
Click to expand it.
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