knilios / ku-polls

Online polling and surveying application
0 stars 0 forks source link

Create ```is_published``` and ```can_vote``` method in the Question class #22

Closed knilios closed 2 months ago

knilios commented 2 months ago

Since the end_date can be null, and if that is the case, it means that the poll is valid forever. Therefore, can_vote must return true in this case.