UniversityOfSaskatchewanCMPT371 / term-project-2024-team-4

Apache License 2.0
2 stars 2 forks source link

In period form, Star year and End year can not have the negative periods #112

Closed Uv2002 closed 5 months ago

Uv2002 commented 6 months ago

when you add any period, start year and end year should not be negative and start year should always be less that end year. expecting to have some alert message for admin.

negative value for years
itsjorden commented 6 months ago

Adding on to this issue, the values for start/end year could be expanded to include Common Era(CE) and Before Common Era(BCE). If this does happen, negative values could be used as BCE values while positive values are CE

m-jewel commented 5 months ago

Current update:

Screenshot 2024-03-19 at 6 35 10 PM Screenshot 2024-03-19 at 6 35 20 PM
Uv2002 commented 5 months ago

It is passing all the integration tests