Previous Topic: Add Action Diagram StatementsNext Topic: Perform View Maintenance


Add the Process Logic to LOGIN GOLFER

We have already reviewed the process logic for Login Golfer. Given a golfer's user ID and password, we are going to read the golfer based on the user ID passed to us, and check to see if the password given was the same as the password we have stored in the database. If so, we will export the golfer's name and handicap index so that we can generate an appropriate welcome message for them. The actual message will be designed when we get into the Design stage of the development process.