📌 دليل الأشكال
بداية
بداية / نهاية العملية
🟢
المخطط الأول: ربط الطالب بالخبير
flowchart TD
Start([بداية]) --> Login[تسجيل الدخول]
Login --> Info[معلومات الطلبة]
Info --> Follow[المتابعات الأكاديمية]
Follow --> Guide[الإرشاد الأكاديمي]
Guide --> Input[إدخال رقم الطالب]
Input --> Display[عرض بيانات الطالب الأكاديمية]
Display --> Check{هل ظهرت
بيانات الطالب؟}
Check -->|لا| Input
Check -->|نعم| Copy[نسخ رمز التخصص]
Copy --> Select[إدخال/اختيار رمز التخصص]
Select --> Save[حفظ الربط]
Save --> Success([تم ربط الطالب بنجاح])
Success --> End([نهاية])
style Start fill:#e8f5e9,stroke:#4caf50,stroke-width:3px
style End fill:#e8f5e9,stroke:#4caf50,stroke-width:3px
style Success fill:#c8e6c9,stroke:#4caf50,stroke-width:2px
style Check fill:#fff3cd,stroke:#ffc107,stroke-width:2px
style Copy fill:#e3f2fd,stroke:#2196f3,stroke-width:2px
style Save fill:#e3f2fd,stroke:#2196f3,stroke-width:2px
🟡
المخطط الثاني: إضافة رمز التخصص / تعريف الخبير
flowchart TD
Start([بداية]) --> Systems[الأنظمة]
Systems --> Programs[برامج الطلبة]
Programs --> Mentorship[التلمذة]
Mentorship --> Screens[شاشات التلمذة]
Screens --> Define[تعريف الخبراء]
Define --> Location[المقر]
Location --> SelectAll[اختيار الكل]
SelectAll --> EnterName[إدخال اسم المحاضر]
EnterName --> EnterID[إدخال الرقم الوظيفي]
EnterID --> Verify{هل البيانات
صحيحة؟}
Verify -->|لا| EnterName
Verify -->|نعم| Save[حفظ]
Save --> Success([تمت إضافة الخبير بنجاح])
Success --> End([نهاية])
style Start fill:#fff9c4,stroke:#fbc02d,stroke-width:3px
style End fill:#fff9c4,stroke:#fbc02d,stroke-width:3px
style Success fill:#fff59d,stroke:#fbc02d,stroke-width:2px
style Verify fill:#fff3cd,stroke:#ffc107,stroke-width:2px
style Save fill:#ffe082,stroke:#ffa000,stroke-width:2px
style SelectAll fill:#ffecb3,stroke:#ff6f00,stroke-width:2px
🔵
المخطط الثالث: اعتماد الشهادة / الربط
flowchart TD
Start([بداية]) --> Systems[الأنظمة]
Systems --> Mentorship[التلمذة / الموهبة]
Mentorship --> Review[استعراض]
Review --> EndTerm[نهاية الترم]
EndTerm --> Semester[إدخال رمز الفصل 471]
Semester --> Zero[إدخال 0 في باقي الحقول = الكل]
Zero --> Display[استعراض النتائج]
Display --> Check{هل ظهرت
البيانات؟}
Check -->|لا| Retry[إعادة البحث]
Retry --> Semester
Check -->|نعم| Checkbox[وضع علامة ✓ في مربع الاعتماد]
Checkbox --> Approve[اعتماد]
Approve --> Confirm{هل تم
الاعتماد؟}
Confirm -->|لا| Checkbox
Confirm -->|نعم| Success([تم الاعتماد بنجاح])
Success --> End([نهاية])
style Start fill:#e1f5fe,stroke:#0277bd,stroke-width:3px
style End fill:#e1f5fe,stroke:#0277bd,stroke-width:3px
style Success fill:#b3e5fc,stroke:#0277bd,stroke-width:2px
style Check fill:#fff3cd,stroke:#ffc107,stroke-width:2px
style Confirm fill:#fff3cd,stroke:#ffc107,stroke-width:2px
style Approve fill:#81d4fa,stroke:#01579b,stroke-width:2px
style Checkbox fill:#4fc3f7,stroke:#0277bd,stroke-width:2px
style Zero fill:#b3e5fc,stroke:#0277bd,stroke-width:2px