evolution-events / Artaxerxes

Evolution Events information system
http://www.evolution-events.nl
4 stars 0 forks source link

Allow changing registration options by the user #71

Closed matthijskooijman closed 2 years ago

matthijskooijman commented 5 years ago

Some registration options (such as staying an additional night) can easily be changed after the registration is active, without influencing the registration status (up to a certain point).

The registration options data model already provisions for this by defining a RegistrationField.allow_change_until field, but it is not implemented yet.

matthijskooijman commented 4 years ago

Once this is implemented, we should probably also give some forward feedback about this during the initial registration, so people know they can still change things later.

matthijskooijman commented 4 years ago

Once we implement this, we should update this message: ff823a63aab7565dc1e879dd59c46ac6dd99fb5d

matthijskooijman commented 2 years ago

Implemented by the commits above.