A. Imagine you are employed by a software company that has been contracted by a sport organisation to develop a customer registration system. Your task is to analyze the system requirements as detailed in a narrative document and structure them accordingly.
Narrative Document:
The customer registration system is set up as a website where a customer can register as a frequent customer. A customer needs to create an account with the system on the website using the button “register”. The website has places for the customer to fill in the name, email address as login ID and password before clicking the button “register”. The customer can log in to the system using the button “login” on the website. The website has places for the customer to fill in the login ID and password before clicking the button “login”. Once the customer clicks on “log in” button, the system needs to check if the login ID and password are correct. If it is validated, then the website shows a welcome message. Otherwise, the website shows an error notification. When the customer clicks the button “log out” on the website, the page shows a goodbye message.
1. From the narrative document provided, identify the number of structured requirements you can delineate
2. For each structured requirement identified, detail the following aspects: function, description, inputs, output, action, pre-condition and post-condition.
3. Propose personal enhancements to the current registration system as described in the narrative. What improvements would you suggest and why?