CarletonComputerScienceSociety / core

The core application behind our online services and events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attempts Submission Logic

MathyouMB opened this issue · comments

Depends on #21

Write logic that

  • increases "attempts" if a submission for the current email exists
  • creates a submission if a submission for the current doesn't email exist

Write tests that

  • validate "attempts" increases if a submission for the current email exists
  • validate a submission is created if a submission for the current email doesn't exist