Skip to content

Commit

Permalink
Auto commit: 2024-07-05 13:59:51
Browse files Browse the repository at this point in the history
  • Loading branch information
samlau7245 committed Jul 5, 2024
1 parent b0deb74 commit e00b3fa
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,14 @@ graph TD;
A-->C;
B-->D;
C-->D;
```


```mermaid
mindmap
Root
A
::icon(fa fa-book)
B(B)
::icon(mdi mdi-skull-outline)
```
18 changes: 17 additions & 1 deletion docs/pm_coding/saas.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# SAAS设计模式

## 一个总部多个门店模式
## 一个总部多个门店模式

```txt
角色描述
总部管理员(Headquarters Admin):
管理整个租户的全局数据,包括所有门店(校区)的数据。
拥有对整个租户的数据和用户的管理权限。
门店管理员(Store Admin):
管理所在门店(校区)的数据和用户。
不可访问其他门店(校区)的数据。
老师(Teacher):
管理自己所在门店的课程和排课数据。
如果老师被配置在多个门店上课,可以切换管理的门店。
3. 系统功能设计
```
9 changes: 9 additions & 0 deletions docs/pm_coding/system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ import ImageGrid from '@site/src/components/ImageGrid';
## 角色权限

<ImageGrid images={['https://blogs7245-1256587996.cos.ap-guangzhou.myqcloud.com/img/mastergo/20240705009.png']}/>


```mermaid
mindmap
Root
A
B
C
```

0 comments on commit e00b3fa

Please sign in to comment.