ayan-biswas0412 / Juetcecoursemanagementsystem

This is a completely integrated course management system intended to use only in the Department of Electronics and Telecommunication Engineering Department of Jadavpur University
1 stars 6 forks source link

Notice section almost done except notice_visibility #37

Closed Arijit02 closed 4 years ago

Arijit02 commented 4 years ago

Notice section has been done except the visibility part, if you check you will get an idea.

ayan-biswas0412 commented 4 years ago

Screenshot from 2020-04-16 23-21-27 Nice Work I havent checked the backend but there is several change needed in frontend .

When requires authentication selected { show two checkbox : 1. Faculty 2. Student

if(faculty checkbox checked ) { give dropdown to select options : ALL FACULTY + echo faculty names in other options }

if(student checkbox checked ) { give dropdown to select options : ALL STUDENTS+ echo course_codes in other options.

fetch course_codes from batch_info TABLE where status = "1"; }

]

import this file in phpmyadmin for the newest sql .

batch_info.zip

ayan-biswas0412 commented 4 years ago

After you done just commit and push your new code here no need to do separate pull request

ayan-biswas0412 commented 4 years ago

https://www.jeasyui.com/demo/main/index.php?plugin=ComboTreeGrid&theme=material-teal&dir=ltr&pitem=&sort=asc

you can use it for frontend purpose load the scripts in head before use . The elements are already in 'ayan/develop2' branch in the folder jquery_ui

here is it : just git pull origin 'ayan/develop2' jquery_ui.zip

ayan-biswas0412 commented 4 years ago

Also JU logo is not coming please fix that

Arijit02 commented 4 years ago

Ok I am completing