xcatlkd / byteme-web

MIT License
0 stars 0 forks source link

Image upload #4

Open xcatlkd opened 6 years ago

xcatlkd commented 6 years ago

Overview: Handle case when user unnecessarily inputs invalid character, specifically $ in the price field Page: Upload Behavior: If a user inputs an unnecessary (but understandable) $ symbol, the field evaluates to only the symbol.

Proposed solution: Create a check and sanitize data before attempting to store in the db. This check can likely happen on the front end by sending the sanitized data through redux.