Please enable JavaScript.
Coggle requires JavaScript to display documents.
college student connect by shruti, COllege space database - Coggle Diagram
college student connect by shruti
ADMIN(princi)
login
view student
add/view faculty
add subjects
Assign subject
STUDENT
view nots
request nots
register
login
change password
view/update profile
TEACHER
login
change password
add nots(books etc)
select CR
CR
register
login
view nots
daily nots uplode
change password
add question ppr
COllege space database
STUDENT
student_register
id (pk) !
stud_name
stud_usn
stud_phone
stud_email
stud_gender
password
stud_type
CR
student
created_date
stud_sem
FACULTY
faculty_reg
id (pk) !
fac_name
fac_phone
fac_email
fac_password
created_date
add_subject (in admin model)
id (pk) !
sub_code
sub_title
created_date
sem
assign_cr
id (pk) !
stud_id (fk from student_reg)
created_date
sub_id
add_notes
id (pk) !
notes_title
description
fac_id (fk from faculty_reg)
sub_id (fk from add_subject)
notes_file
created_date
ADMIN
assign_subject_to_faculty
id (pk) !
sub_id (fk from add_subject)
fac_id(fk from facult_reg)
created_date