-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
I would like to work on this enhancement, can You tell where I need to start ? I am not able to do pull request. |
I'm sorry but are you aware of the working and scope of this project? |
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 ?? |
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 |
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 |
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? |
There's no compilation error as the builds are automatically generated, tested and deployed using CI What compilation error did you face? |
Some of the classes extended BaseEntity class which is abstract and subclasses didn't implement those methods. |
Apply lombok plugin to your IDE |
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 |
application UP and running, what is the login or any sample data SQL dump file to login and check ? |
Username admin |
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 |
So that CSV file should contain Student ID isn’t it ? |
Faculty Number |
Do we have tables created already ?? And where can we have this CSV ? |
Yes the tables are already created. CSV has to be made by you. Check the admin panel. Play around with it. You'll understand |
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? |
Check the floated course page from department panel section. |
Student Floated Course Registration module to be implemented in Admin Panel
The text was updated successfully, but these errors were encountered: