July 3rd Data Validation & Error Messages

  • Implemented Data Validation for Message Form 📋

We've imported a tool called Yup, a nifty little helper that allows us to ensure information entered in forms are as expected. Think of it like a bouncer at the club gate, it only lets you in if you're dressed right!

The core change in this update is the addition of a validation code for the message form fields 'title' and 'message'. This means that whenever a user attempts to send a message, our system will check to ensure it has the correct form ( like doing a spell-check on a document 👀).

  • Added a Special Touch to Error Messages 📜

We're all about clear communication! If a user enters information in a way that doesn't pass our 'dress code', they'll be prompted with a clear, friendly error message for the 'message' field 💬.

This helps us ensure all communications are clear, streamlined and beautiful to read! ✨ So, gear up for a smooth and error-free communication experience!

Last updated