Shubham-Shingate / uga-bookstore-project

This is a central repository for our term project of Software Engineering course. We are developing an online bookstore system following industry grade microservices pattern and an interactive web UI.
1 stars 0 forks source link

Fornt End Field Presence Check #21

Open Shubham-Shingate opened 3 years ago

Shubham-Shingate commented 3 years ago

Javascript check must be applied to the Address and Payments fields on Registration Form.

Criteria- If any field is not empty then all should be not empty. Should be applied separately for Address and Payments

shubhangirai8 commented 3 years ago

Commit: 7436d6b571442d8c3ed7812fef38966aef4e8d7f a6487c56547f4b8331ec58f830b3f91ddda4f888

takes care of this issue.

@Shubham-Shingate @ehsanlatif @shubhis2 @ColeCarithers Please review my changes: https://github.com/Shubham-Shingate/uga-bookstore-project/pull/20

shubhangirai8 commented 3 years ago

thyme-ui-integration has the fix for this issue.