Skip to content

Allow contests and analyses to continue indefinitely #748

@stefano-maggiolo

Description

@stefano-maggiolo

The outline of the proposal:

  • we retain the current fields: contest_{start,stop}, analysis_{enabled,start,stop}
  • all timestamps are nullable meaning "extending indefinitely in that direction"
  • contest_stop = null => analysis_enabled = False
  • analysis_enabled = False => analysis_start = null and analysis_stop = null
  • analysis_enabled = True => analysis_start != null
  • whenever non-null, contest_start <= contest_stop <= analysis_start <= analysis_stop

(probably the conditions can be simplified a bit, this is just for illustrative purposes)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions