init project
This commit is contained in:
0
docs/plan.md
Normal file
0
docs/plan.md
Normal file
23
docs/student_data_auth.md
Normal file
23
docs/student_data_auth.md
Normal file
@@ -0,0 +1,23 @@
|
||||
Dữ liệu sinh viên & xác thực sinh viên sẽ diễn ra như sau
|
||||
|
||||
- Ta tự tạo table lưu toàn bô dữ liệu sinh viên riêng, luôn có id riêng của hệ thống ta để cơ động cho nhiều tình huống.
|
||||
|
||||
- Sinh viên mở app lên và tiến hành đăng nhập vào app.
|
||||
|
||||
-> Ta mở https://portal.rikkei.edu.vn/dangnhap -> khi login thành công -> ta check local storage sẽ có -> key student -> data có dạng:
|
||||
|
||||
{
|
||||
"studentId": 596,
|
||||
"fullName": "Lê Thanh Cường",
|
||||
"email": "cuongdfle@gmail.com",
|
||||
"avatar": "https://rikkeiedu-storage.s3.ap-southeast-2.amazonaws.com/uploads/3d8028b1-809d-40b5-a955-e11392517f26.jpg",
|
||||
"dob": "2006-07-31",
|
||||
"studentCode": "PTIT-HCM-018",
|
||||
"phone": "0708389770",
|
||||
"systemId": 8
|
||||
}
|
||||
|
||||
|
||||
đó chính là thông tin sinh viên chuẩn vừa login
|
||||
|
||||
|
||||
Reference in New Issue
Block a user