adzialocha / hoffnung3000

Platform for decentralized, anonymized, self-curated festivals
https://hoffnung3000.de
GNU Affero General Public License v3.0
36 stars 8 forks source link

Bring backend / frontend validation together #104

Open adzialocha opened 4 years ago

adzialocha commented 4 years ago

Frontend content validation in forms is not very DRY, we have weak checks against the fields and repeat the code for every form. On the backend side we use Joi which is nice, let's use it in the frontend as well!