mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
fix the process sidebar and add apply-for-credits
This commit is contained in:
parent
4e2bc010aa
commit
84745c4d3e
4 changed files with 52 additions and 22 deletions
21
process/2025/apply-for-credits.md
Normal file
21
process/2025/apply-for-credits.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 申请第二课堂学分
|
||||
|
||||
:::info 维护信息
|
||||
| 维护人 | 时间 |
|
||||
| -------- | --------- |
|
||||
| @ZaoAn0skiler | ??? - ??? |
|
||||
:::
|
||||
|
||||
|
||||
## 流程
|
||||
|
||||
```mermaid
|
||||
graph TD
|
||||
A[填写和修改二课堂学分申报表] --> B[确定人员、学分数额]
|
||||
B --> C[交到校素拓部负责人]
|
||||
C --> D{审核通过?}
|
||||
D -- 否,修正 --> B
|
||||
D -- 是 --> E[填写和修改学分申报名单]
|
||||
E --> F[交到校素拓部负责人]
|
||||
F --> G[社内留档一份]
|
||||
```
|
||||
|
|
@ -21,25 +21,3 @@ graph TD
|
|||
G --> H[等待维修日]
|
||||
H --> I[提前1小时确认是否开门]
|
||||
```
|
||||
|
||||
# 申请第二课堂学分
|
||||
|
||||
:::info 维护信息
|
||||
| 维护人 | 时间 |
|
||||
| -------- | --------- |
|
||||
| @ZaoAn0skiler | ??? - ??? |
|
||||
:::
|
||||
|
||||
|
||||
## 流程
|
||||
|
||||
```mermaid
|
||||
graph TD
|
||||
A[填写和修改二课堂学分申报表] --> B[确定人员、学分数额]
|
||||
B --> C[交到校素拓部负责人]
|
||||
C --> D{审核通过?}
|
||||
D -- 否,修正 --> B
|
||||
D -- 是 --> E[填写和修改学分申报名单]
|
||||
E --> F[交到校素拓部负责人]
|
||||
F --> G[社内留档一份]
|
||||
```
|
||||
5
process/index.md
Normal file
5
process/index.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 申报流程说明
|
||||
|
||||
所有的流程文件仅供参考,因为随着时间的变化,校方以及社内事务流程是否变更已不可察,请以社内管理人员为准
|
||||
|
||||
此处为方便全社人员快速掌握申报流程而编写的文档,请注意更新
|
||||
26
process/sidebar.ts
Normal file
26
process/sidebar.ts
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
export const sidebar = [
|
||||
{
|
||||
text: '说明',
|
||||
link: '/process/index',
|
||||
},
|
||||
{
|
||||
text: '2025版本',
|
||||
collapsed: false,
|
||||
base: '/process/2025/',
|
||||
items: [
|
||||
{
|
||||
text: '申报流程',
|
||||
items: [
|
||||
{
|
||||
text: '借教室',
|
||||
link: 'borrow-classroom',
|
||||
},
|
||||
{
|
||||
text: '申请第二课堂学分',
|
||||
link: 'apply-for-credits',
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue