BrothersofWSU / WSDProject

0 stars 0 forks source link

6.1 The 'My Details' link #8

Closed stevebyatt10 closed 2 years ago

stevebyatt10 commented 3 years ago

This link should allow a registered/logged-in customer to enter/modify the following details: Surname, Given Name, and Postcode. Entering details is the first thing a newly-registered customer should do. A newly-registered customer should be redirected to this 'My Details' page upon successful registration.

If this is the first time that a customer enters his/her details, a new record should be created in the Customer table with the customer's Email property taken from the Identity package. If the customer's details already exist in the database, this page should allow the customer's details to be modified.

The customer should be acknowledged with his/her latest details upon successful entering or modification to his/her details.

Hint: you can refer to Lecture 9 slides on how to implement this page.