住宿申請 → 學期住宿申請 - 大學生
|
|
|
graph TD
A["抽籤作業時程公告
Lottery Schedule Announcement"] --> B["確認第一順位身分別(注1) Confirm First Priority Status (Note 1)"]; B --> C["抽籤第一階段:登錄個人資訊 Phase 1: Register Personal Info"]; C --> D["第二階段:公告是否有住宿權 Phase 2: Announce Dormitory Eligibility"]; D --> E["無住宿權 No Eligibility"]; D --> F["有住宿權(注3) Has Eligibility (Note 3)"]; E --> G["等待候補 Waiting List"]; E --> H["放棄候補 Forfeit Waitlist Spot"]; F --> I["放棄住宿權(注9) Forfeit Eligibility (Note 9)"]; F --> J["進行組房作業(注4) Room/Group Formation (Note 4)"]; G --> K["線上候補(注7) Online Waitlist (Note 7)"]; G --> L["人工候補(注8) Manual Waitlist (Note 8)"]; J --> M["公告分配之宿舍及寢室(注5) Announce Assigned Dorm/Room (Note 5)"]; M --> N["床位交換申請(注6) Apply for Bed Swap (Note 6)"]; O["床位確認 Bed Confirmation"]; K --> O; L --> O; H --> O; I --> O; N --> O; %% Styling for the nodes classDef default fill:#fff,stroke:#a0c4ff,stroke-width:2px,color:#333; classDef critical fill:#fff,stroke:#ff7675,stroke-width:2px,color:#d63031; class D critical; |
|
|
住宿申請 →
學期住宿申請 - 研究生
|
|
|
graph TD
A["抽籤作業時程公告
Lottery Schedule Announcement"] --> B["抽籤第一階段:登錄個人資訊 Phase 1: Register Personal Information"] B --> C["第二階段:公告是否有中籤名單 Phase 2: Announce Lottery Results (含中籤之宿舍及寢室) (Including Assigned Dorm & Room)"] C --> D["未中籤 Not Selected"] C --> E["有中籤 Selected (注3) (Note 3)"] D --> F["等待候補 Waiting List"] D --> G["放棄候補 Forfeit Waitlist"] E --> H["放棄住宿權 Forfeit Dormitory Rights (注7) (Note 7)"] E --> I["床位交換申請 Apply for Bed Exchange (注4) (Note 4)"] F --> J["線上候補 Online Waitlist (注5) (Note 5)"] F --> K["人工候補 Manual Waitlist (注6) (Note 6)"] G --> L["確認床位 Bed Confirmation (注8) (Note 8)"] H --> L I --> L J --> L K --> L %% Styling classDef default fill:#e3f2fd,stroke:#1976d2,stroke-width:2px,color:#333 classDef critical fill:#ffebee,stroke:#d32f2f,stroke-width:2px,color:#d32f2f classDef final fill:#e8f5e8,stroke:#388e3c,stroke-width:2px,color:#2e7d32 class C critical class L final |
|
|