You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like almost all survey from the past workshop is still accessible. I'm not sure it's everything because we already had 142 workshops, hence 142 surveys, but the number stop at 130 and once I access survey/131 it takes me back to the index page and returns this
The text was updated successfully, but these errors were encountered:
ardhitoutomo
changed the title
Survey URL Accessibility
[Bug] Survey URL Accessibility
Jan 31, 2019
I've implemented a simple expiry system so survey forms for past workshops beyond certain duration (currently: 10 days) will no longer be accessible. I know it may not be the most elegant or robust - but for our business use-case this suffice.
Post the Alpha version release, I may consider changing the database models to implement a certain "survey open" check. This adds more process on the administrative side to be sure, but it make sure participants can rate a workshop only when (survey.open == True) and will not be able to access the survey form otherwise. Then our general affairs team need to manually turn survey open / closed - which I'm not very keen on :/
To me: practicality and less-process is preferable. If there's any ideas - please propose and maybe we can consider after the Alpha version release. For now the expiry system works 😃
It looks like almost all survey from the past workshop is still accessible. I'm not sure it's everything because we already had 142 workshops, hence 142 surveys, but the number stop at 130 and once I access survey/131 it takes me back to the index page and returns this
The text was updated successfully, but these errors were encountered: