Closed NicholasG04 closed 2 years ago
Changes on core:
current_score
attribute, when this is present & not null this should be displayed over score
points_type
can now be modified by admins, this should be either basic
or decay
(probably should be a dropdown box for future extensibilityflag_metadata.min_score
and flag_metadata.decay_constant
can be configured per challenge, they will default to 100 and 0.99Many thanks. I'll look to implement these changes today.
Websockets do seem to work though
Implements #57 whilst allowing the flexibility to add any future local modifications. Simply takes in challenge data in the standard form (hopefully), and updates local state. Event Type 7 has been used.
Regards, Nick