42-Short / shortinette

Automated grading of programming projects.
GNU Affero General Public License v3.0
9 stars 1 forks source link

[FEAT]: Set start & end time for each module to improve state keeping #75

Open winstonallo opened 1 month ago

felix-42vienna commented 1 month ago

i would just add a start time and not an end time because end is determined through the modules and their hours

winstonallo commented 3 weeks ago

108 Added here as a field in the config.Module struct, will be implementd

felix-42vienna commented 3 weeks ago

I would rather put the time in duration into the modules themselvse and just give a start time makes reprocudebility easier

winstonallo commented 3 weeks ago

I would rather put the time in duration into the modules themselvse and just give a start time makes reprocudebility easier

literally what we did