mumuki / mumuki-domain

💡 Mumuki's domain model
GNU Affero General Public License v3.0
1 stars 0 forks source link

Add useful exam registration methods #239

Closed felipecalvo closed 3 years ago

felipecalvo commented 3 years ago

:dart: Goal

Add a few methods needed for the corresponding Laboratory PR.

:memo: Details

Extract ended? for exam registrations as there were repeated uses of end_time.past?.

Also, add multiple_options? for knowing if there are multiple exams associated with that registration.

:back: Backwards compatibility

Yes

:bookmark: See also

https://github.com/mumuki/mumuki-laboratory/pull/1667