Sunbird-RC / open-saber

Database agnostic, readily scalable APIs to store data!
https://opensaber.io/
MIT License
10 stars 44 forks source link

OS-224 Added validation #308

Closed indrajra closed 5 years ago

indrajra commented 5 years ago

Created view templates just for a demonstration. Added regex validation to nationalIdentifier field and ensured This field should have pattern ^[0-9]{3}-.* message pops up (in case of invalid data entry)

Will leverage any UI developer to make it more friendly to see.