zhcet-web icon indicating copy to clipboard operation
zhcet-web copied to clipboard

Add student mapping module

Open iamareebjamal opened this issue 6 years ago • 20 comments

Student Floated Course Registration module to be implemented in Admin Panel

iamareebjamal avatar Nov 10 '18 15:11 iamareebjamal

I would like to work on this enhancement, can You tell where I need to start ? I am not able to do pull request.

jagadeeshkoka avatar Mar 07 '19 07:03 jagadeeshkoka

I'm sorry but are you aware of the working and scope of this project?

iamareebjamal avatar Mar 07 '19 19:03 iamareebjamal

I am not sure what is the scope of this project, I tried to something of this kind recently, so I am familiar with the project. Do you have any requirement specification for this ??

jagadeeshkoka avatar Mar 08 '19 03:03 jagadeeshkoka

Yes, we need to upload a CSV with this structure -

course_code, faculty_no

And it should be parsed and validated. And corresponding students should be enrolled in the supplied courses

iamareebjamal avatar Mar 08 '19 22:03 iamareebjamal

Oh which means, you are trying to register students in bulk mode? And only two fields in that CSV file? how about rest of the fields like Student nam, Student ID, ..etc

jagadeeshkoka avatar Mar 09 '19 02:03 jagadeeshkoka

And I have checked out the project, there are a lot of compilation errors, is this code working code ? or do you have any doc for running this project?

jagadeeshkoka avatar Mar 09 '19 03:03 jagadeeshkoka

There's no compilation error as the builds are automatically generated, tested and deployed using CI

What compilation error did you face?

iamareebjamal avatar Mar 09 '19 04:03 iamareebjamal

Some of the classes extended BaseEntity class which is abstract and subclasses didn't implement those methods.

jagadeeshkoka avatar Mar 09 '19 04:03 jagadeeshkoka

Apply lombok plugin to your IDE

iamareebjamal avatar Mar 09 '19 04:03 iamareebjamal

I am using eclipse do you recommend, I cant find that plugin though . do you recommend anyother ?

jagadeeshkoka avatar Mar 09 '19 04:03 jagadeeshkoka

I am using eclipse do you recommend, I cant find that plugin though . do you recommend anyother ?

Yeah its working i have added Lombok plugin

jagadeeshkoka avatar Mar 09 '19 04:03 jagadeeshkoka

application UP and running, what is the login or any sample data SQL dump file to login and check ?

jagadeeshkoka avatar Mar 09 '19 06:03 jagadeeshkoka

Username admin Password admin

iamareebjamal avatar Mar 09 '19 07:03 iamareebjamal

Oh which means, you are trying to register students in bulk mode? And only two fields in that CSV file? how about rest of the fields like Student nam, Student ID, ..etc

Student registration module is done. It contains all the details of the students. This one maps the courses to the students, i.e., registers students in a particular course

iamareebjamal avatar Mar 09 '19 13:03 iamareebjamal

So that CSV file should contain Student ID isn’t it ?

jagadeeshkoka avatar Mar 09 '19 13:03 jagadeeshkoka

Faculty Number

iamareebjamal avatar Mar 10 '19 06:03 iamareebjamal

Do we have tables created already ?? And where can we have this CSV ?

jagadeeshkoka avatar Mar 10 '19 07:03 jagadeeshkoka

Yes the tables are already created. CSV has to be made by you. Check the admin panel. Play around with it. You'll understand

iamareebjamal avatar Mar 10 '19 07:03 iamareebjamal

Hi, Sorry for the late reply. I see you guys have created, Float Course registration and Students registration via CSV file upload, correct me if I am wrong, now with this enhancement we need to map those created courses and Students? if that so what exactly the connecting column for both?

jagadeeshkoka avatar Mar 20 '19 08:03 jagadeeshkoka

Check the floated course page from department panel section.

iamareebjamal avatar Mar 20 '19 11:03 iamareebjamal