-
Notifications
You must be signed in to change notification settings - Fork 4
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
Student Enrollment Data Not Reflected in Teacher Attendance Interface #95
Comments
I think it may be much too late to attempt to fix the issue now, This is probably something that will have to be included in the demo for
|
Yeah, I think you're right. I may be able to. Let me see what I can do, and get that pull request in as soon as possible. |
Rayan,
|
Thanks Nelson, and thanks for your call. I will go ahead and run this again from the current master tonight, and I will let you know if everything goes smoothly. |
Issue Fixed. @ralhamami |
Awesome. Good job man. 👍 |
For the upcoming demo, I am assuming Nelson commented out the sorting algorithms and the hard-coded student data in my teacher attendance module, which is fine. However, in order to do the next demo, I am assuming I will need some DB data for students actually enrolled in classes, so I tested. Nelson did a decent job with connecting my module to the back end for the most part, and every step of the way went just as expected. However, students that I enrolled with were not showing up in the teacher attendance module under their enrolled course.
Upon further investigation, I noticed that although the student enrollment interface displays "Enrolled", upon exiting and reentering, it still gives the student the option to enroll again. I would appreciate anyone's assistance in investigating this issue with me.
The text was updated successfully, but these errors were encountered: