This repository was archived by the owner on Nov 7, 2018. It is now read-only.
  
  
  
  
  
Description
Steps to reproduce it:
- Making use of an existing User Story JSON file, modify the 'date' property to be on year 9999
- Reload the dashboard's home page.
Expected Behaviour:
- Date validity check should include lower and upper bounds in the year.
- Created date should always be lower or equal to the Last Update date.
- The invalid date should be displayed in the Date Created column with a warning note letting the user know the issue.
Actual Behaviour:
- Year 0000 and 9999 are allowed.
- Created date can be set to be higher than the Last Update date.
