upb-uc4 / hlf-chaincode

Repository to provide designated chaincode for UC4 project
Apache License 2.0
1 stars 1 forks source link

Admission Contract - ValidModuleEntry #82

Open NikoBergemann opened 3 years ago

NikoBergemann commented 3 years ago

When a student submits an admission for Semester SS2020, but was only matriculated in 2016 it is currently a valid entry. We need to fix this.

Possible solution? Parse the SemesterEntry at the moduleMatch in matriculationData and check with timestamp ???

anemonekk commented 3 years ago

What is the matriculationStatus in MatriculationData used for? Can't we maybe just check, if it is not null? Otherwise, checking the timestamp sounds reasonable to me.