As a technology analyst we would like to track the progress of implementation of 'Account Registration" operation from main menu.
Details -
On a main menu, we have various operations as option for user to select from. One of the operation is to Register a New user. An user needs to input following information while registration -
User First Name
User Last Name
User Aadhaar
Opening Balance
Few other fields a system needs to take care of are as follows -
Account Number - this is an unique number representing a bank account. Remember a person can have multiple bank accounts. One way to design a bank account number is to append a numeric sequence after person's aadhar number.
Ex.
If a person has aadhar number as - 123
then two accounts a person can have are as follows -
As a technology analyst we would like to track the progress of implementation of 'Account Registration" operation from main menu.
Details -
On a main menu, we have various operations as option for user to select from. One of the operation is to Register a New user. An user needs to input following information while registration -
User First Name User Last Name User Aadhaar Opening Balance
Few other fields a system needs to take care of are as follows - Account Number - this is an unique number representing a bank account. Remember a person can have multiple bank accounts. One way to design a bank account number is to append a numeric sequence after person's aadhar number.
Ex. If a person has aadhar number as - 123 then two accounts a person can have are as follows -
123-1 123-2 Account number is String.