Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempts Submission Logic #22

Closed
MathyouMB opened this issue Apr 29, 2021 · 0 comments · Fixed by #41
Closed

Attempts Submission Logic #22

MathyouMB opened this issue Apr 29, 2021 · 0 comments · Fixed by #41
Assignees
Labels
code challenge Code Challenge project specific enhancement New feature or request

Comments

@MathyouMB
Copy link
Member

MathyouMB commented Apr 29, 2021

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
@MathyouMB MathyouMB added enhancement New feature or request blocked Currently depends on the completion of another task labels Apr 29, 2021
@MathyouMB MathyouMB changed the title Attempts Logic Attempts Submission Logic Apr 29, 2021
@MathyouMB MathyouMB added the code challenge Code Challenge project specific label Apr 29, 2021
@ApprenticeofEnder ApprenticeofEnder self-assigned this Apr 30, 2021
@MathyouMB MathyouMB removed the blocked Currently depends on the completion of another task label Apr 30, 2021
@MathyouMB MathyouMB linked a pull request Apr 30, 2021 that will close this issue
ApprenticeofEnder added a commit that referenced this issue Apr 30, 2021
* Add attempt counter and uniqueness validation/testing

* Update views and tests to allow multiple submission attempts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code challenge Code Challenge project specific enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants