You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we have correct qualification requirements
However, each batch (round) checks for different QualificationTypeId's. Will look at this bug later
Caveat: I hard-coded a 0 into memo storage to bypass a get of null value error. We might want to delete it from the memo data structure later, because we no longer check for equality with batch_no in qualification requirement.
Now qualification requirement are based on "Qualification Type ID xxxx has not been granted". Further, the same requirement is equally applied to all batches/rounds of the same question.
As a result, user no longer need to manually request for qualifications in later batches (since they were never granted disqualifications)
Fixes#34
This is the same tasks as created in #33
The text was updated successfully, but these errors were encountered: