-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ewqdsacxz edited this page Oct 21, 2018
·
7 revisions
1.UserService มีหน้าที่รับผิดชอบฟังก์ชั่นเกี่ยวกับ User ทั้งหมดเช่น CRUD รวมถึงระบบ authentication ด้วย
2.StudentService เก็บข้อมูลของนักศึกษาเเละฟังก์ชั่นของนักศึกษา
3.CourseService มีหน้าที่รับผิดชอบ คอร์สของนักเรียนทั้งหมด รวมถึงระบบลงทะเบียน course แยกกับระบบนักเรียนอย่างชัดเจน
User อาจจะเป็นนักเรียนหรือผู้ดูแลหรือ อื่นๆ
Student นักเรียน Returen สำหรับการ Authen ผ่าน UserService
Student นักเรียน
Student นักเรียน Course คอร์สเรียน
Attribute | Type | Examples |
---|---|---|
id |
int | "1" |
courceId |
string | "INT491" |
CourseName |
string | "Cloud-native application development" |
leaturer |
string | "MR.Patric Emmel" |
capacity |
int | 30 |
registed |
StudentList | [Student,Student,...,] |
Attribute | Type | Examples |
---|---|---|
username |
long | 59130500060 |
password |
string | "06000503195" |
Attribute | Type | Examples |
---|---|---|
student |
long | 59130500060 |
name |
string | "Patric" |
surname |
string | "Emmel" |
department |
string | "IT" |
facuty |
string | "SIT" |
year |
int | 3 |