Open fulldecent opened 1 month ago
We must be able unenroll students. Scenarios include:
In both cases, we need to keep the old course token in the database as it is evidence of fulfillment of that payment they made.
So we will need to have a fulfilled field which default to FALSE but then sets to true when an enrollment is associated with the token.
Later the token may be unassociated.
We must be able unenroll students. Scenarios include:
In both cases, we need to keep the old course token in the database as it is evidence of fulfillment of that payment they made.
So we will need to have a fulfilled field which default to FALSE but then sets to true when an enrollment is associated with the token.
Later the token may be unassociated.