Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add student mapping module #259

Open
iamareebjamal opened this issue Nov 10, 2018 · 20 comments
Open

Add student mapping module #259

iamareebjamal opened this issue Nov 10, 2018 · 20 comments
Assignees
Milestone

Comments

@iamareebjamal
Copy link
Member

Student Floated Course Registration module to be implemented in Admin Panel

@iamareebjamal iamareebjamal added this to the v2.2 milestone Nov 10, 2018
@iamareebjamal iamareebjamal self-assigned this Nov 10, 2018
@iamareebjamal iamareebjamal modified the milestones: v2.2, v2.3 Feb 15, 2019
@jagadeeshkoka
Copy link

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

@iamareebjamal
Copy link
Member Author

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

@jagadeeshkoka
Copy link

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 ??

@iamareebjamal
Copy link
Member Author

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

@jagadeeshkoka
Copy link

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
Copy link

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?

@iamareebjamal
Copy link
Member Author

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

What compilation error did you face?

@jagadeeshkoka
Copy link

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

@iamareebjamal
Copy link
Member Author

Apply lombok plugin to your IDE

@jagadeeshkoka
Copy link

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

@jagadeeshkoka
Copy link

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
Copy link

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

@iamareebjamal
Copy link
Member Author

Username admin
Password admin

@iamareebjamal
Copy link
Member Author

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

@jagadeeshkoka
Copy link

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

@iamareebjamal
Copy link
Member Author

Faculty Number

@jagadeeshkoka
Copy link

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

@iamareebjamal
Copy link
Member Author

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

@jagadeeshkoka
Copy link

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?

@iamareebjamal
Copy link
Member Author

Check the floated course page from department panel section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants