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

Need to make a notice upload section in admin dashboard #32

Closed ayan-biswas0412 closed 4 years ago

ayan-biswas0412 commented 4 years ago

The notice upload section must take the inputs according to the following algo: -

input : NOTICE details (it is the actual notice that will be shown to user)

select : notice type (open/ authentication needed )

if( notice type == " open ") { show notice in the main website }

if( notice type == " open ") { select checkbox : notice to (faculty / student ) [any one or both can be checked at a time] if(checkbox == "faculty") { select : ALL , and echo all faculty name in options }

if(checkbox == "student") { select : ALL , and echo all semesters }

}

for all semesters create a table containing semester information using course codes and the updation process of this from frontend I will tell later

table will be like this :

course_code current_semester BETC1923 1st Year 1st Semester BETC1822 2nd Year 1st Semester

ayan-biswas0412 commented 4 years ago

what is the status of this @Arijit02 ? If initially something done please do commit and make a pull request and obviously pull the branch ayan/develop for developing this issue

ayan-biswas0412 commented 4 years ago

Done by @Arijit02