tuannd20 / COMP1640-Enterprise-Web

2 stars 0 forks source link

Fix validate date for poll #207

Open fastnef2001 opened 1 year ago

fastnef2001 commented 1 year ago

Current Date < Start date < Sub end date < Final end date

Situation 1: Current date < start date. -----> Don't allow create new poll Allow delete this poll Allow edit start date, sub end date, final end date

Situation 2: start date <= current date < subend date -----> Don't allow create new poll Don't allow delete this poll Allow edit sub end date, final end date Don't allow edit start date unused -> used

Situation 3: subend date <= current date -----> Allow create new poll. Don't allow delete this poll Allow edit final end date Don't allow edit start date, sub end date

When check poll: Start date <= current date < sub end date