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

Practical Exam displayed as failed #9

Closed
KuhlTime opened this issue Feb 2, 2022 · 1 comment
Closed

Practical Exam displayed as failed #9

KuhlTime opened this issue Feb 2, 2022 · 1 comment

Comments

@KuhlTime
Copy link
Owner

KuhlTime commented Feb 2, 2022

I have to put this onto my Backlog, because I don't have time for this at the moment. The issue arrises because of my pracitcal exam. The way this gets returned is as follows:

{
  "exams": [
    {
      "id": 80021,
      "semester": {
        "winter": true,
        "year": 21
      },
      "grade": null,
      "passed": true,
      "examinationDate": "2022-01-13T00:00:00.000Z"
    }
  ],
  "workExperiences": [],
  "id": 80020,
  "name": "Praxisprojekt",
  "passed": true,
  "creditPoints": 18,
  "attempts": {
    "exams": 1,
    "workExperiences": 0
  },
  "factor": 5,
  "specialization": "Bachelor-Thesis"
}

The UI presumes that the "exam" therefor is failed and displays a failed capsule.

Bildschirmfoto 2022-02-02 um 20 30 48

@KuhlTime KuhlTime added the bug label Feb 2, 2022
@KuhlTime KuhlTime self-assigned this Feb 2, 2022
@KuhlTime
Copy link
Owner Author

KuhlTime commented Feb 2, 2022

Maybe check and see if there is an exam available where the grade is null (nil)

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

1 participant