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

2 enable students to view their grades online #3

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

ciarawheeler
Copy link
Owner

The 2 commits here allowed for students to access theirs grades as they are being updated by the teacher on an online platform. There is a csv file that holds the student information and their grades, and a python code files that contains the content to create the user-interface.

Add student-grades.csv

I added a csv file holding the students information and their current grade in the course. 
issue #1
Add student-view.py

Added python code to update the students grade and create the user-interface for the students
issue #2
Add student-info.csv 

Added a csv file to hold students information and their updated grades
issue #2
@ciarawheeler ciarawheeler merged commit bdc2bb1 into main Mar 4, 2024
ciarawheeler added a commit that referenced this pull request Mar 4, 2024
Add StudentDB.sql

Add a sql file that will be the database for students and their courses/grades so we can store history of the grades. 
issue #3
@ciarawheeler ciarawheeler mentioned this pull request Mar 4, 2024
@eyu776
Copy link
Collaborator

eyu776 commented Mar 5, 2024

New commits and changes addressing the pull request should link to the issue number. There is no need to create a new pull request just to address a pull request review. If the pull request is linked to the issue, new commits created that are linked to the issue will also be linked to the pull request.

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

Successfully merging this pull request may close these issues.

2 participants