noobling / prof-comp

Sleep Diary App - We have launched in Beta!
https://sleepdiaryapp.herokuapp.com
MIT License
4 stars 2 forks source link

Add backend check to ensure date field for sleep record is unique #21

Open noobling opened 6 years ago

noobling commented 6 years ago

It doesn't make sense that two sleep records can be on the same date. We need to add a backend check for this.

This is a good opportunity for you to learn about the file structure of Laravel

How to do this:

  1. branch from master
  2. research laravel validation
  3. add the required code in the correct controller
  4. Make a pull request