Skip to content

Add files via upload#1

Open
Starlaps-365 wants to merge 1 commit intomainfrom
Starlaps-365-patch-1
Open

Add files via upload#1
Starlaps-365 wants to merge 1 commit intomainfrom
Starlaps-365-patch-1

Conversation

@Starlaps-365
Copy link
Owner

The store keeps a list of customers so that when something is purchased from the store, it is recorded against that customer’s name. Only the customer’s name is required. Only two items are currently sold in the store currently – books and magazines, and only the name of the item is required. Clearly, a list of such items is needed, and the user should be able to add items to the list. When an item is added, the application should automatically make a backup in memory in case something goes wrong when the application is being used. Provision should thus be made to restore this list when necessary

The store keeps a list of customers so that when something is purchased from the store, it is 
recorded against that customer’s name. Only the customer’s name is required.
Only two items are currently sold in the store currently – books and magazines, and only the name of the item is required. Clearly, a list of such items is needed, and the user should be able to add items to the list. When an item is added, the application should automatically make a backup in memory in case something goes wrong when the application is being used. Provision should thus be made to restore this list when necessary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant