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

Fix/student work metrics #199

Merged
merged 20 commits into from
Mar 25, 2025
Merged

Fix/student work metrics #199

merged 20 commits into from
Mar 25, 2025

Conversation

alexangione419
Copy link
Contributor

Checklist

  • I have performed a self-review of my code
  • I have reached out to another developer to review my code
  • New and existing unit tests pass locally with my changes
  • All Lint and CI checks are passing

@ntietje1
Copy link
Collaborator

I got this when attempting to invite my other account as a student
image

totalCount := work.CommitAmount

// Zero either implies bad data or no commits, double check to be safe
if totalCount == 0 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the thought behind this sanity check, but it doesn't seem like it does anything to fix the bad state once you recognize that there may be something wrong with the commit data.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it updates it now!

@ntietje1
Copy link
Collaborator

Going into the mock data classroom Fall2025 and assignment Fall2025MockAssignment shows this where the student list and chart don't match up

image

@ntietje1
Copy link
Collaborator

the Spring2025 classroom also seems off. TAs and Professors should probably not be included in the chart data.

image

@alexangione419
Copy link
Contributor Author

the Spring2025 classroom also seems off. TAs and Professors should probably not be included in the chart data.

image

These are only due to assignments being accepted by professors and TAs before the safeguards were in place, this shouldn't be an issue any more

@ntietje1
Copy link
Collaborator

I accepted an assignment and made a single commit and this is what the graph looks like. Having the same date two times on here is a little weird.
image


// Zero either implies bad data or no commits, double check to be safe
if totalCount == 0 {
fmt.Println("Needed to get from place")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grr

fcd := work.FirstCommitDate

if fcd == nil {
fmt.Println("Needed to get from place")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gah

Copy link
Collaborator

@ntietje1 ntietje1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall good. Small edge case with the single commit causing the graph to show the same date 2 times.

Copy link
Collaborator

@ntietje1 ntietje1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W changes

@ntietje1 ntietje1 merged commit 1e94af9 into main Mar 25, 2025
2 checks passed
@ntietje1 ntietje1 deleted the fix/student-work-metrics branch March 25, 2025 23:58
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