DA-ETSIINF / tryit-frontend

Frontend Code for the TryIT! Congress' website using Vue, NuxTS and TypeScript. It is linked via Rest API with the tryit-backend repository.
https://congresotryit.es
GNU General Public License v3.0
4 stars 0 forks source link

Stricter NIF input constraints #69

Open Guaaay opened 1 year ago

Guaaay commented 1 year ago

When user inputs their NIF on the tickets tab, stricter constraints are needed. Mainly, do not allow whitespaces or non alphanumeric characters.

Guaaay commented 1 year ago

Another issue should be opened on the backend to turn every lowercase into uppercase, for ease of reference later.