1.Show what each page will look like. The pages do not have to be “functional” but the design should clear. Here is an example PPT prototype

I think that I am going to have my shopping cart and the invoice seperate. One will just be from the user adding in items to the cart, where while in the shopping cart, they are able to add/delete items as well. Once they are satisfied with the items in the cart, they would be able to go to the invoice page (I would also prob call this “purchase”), and it would just like what we did in assignment 2.
As of now, I have not really thought too deeply about the use of sessions and the data. However, I know the labs are very helpful when it comes to inputting this stuff in.
We must address that the user cannot fully purchase items while not being logged in. Therefore, I will have to make sure the user is logged in at some point, and is stored in a session after a successful login.
When a user is successfully logged in, I think I will have it send them back the products display page where they can continue shopping and selecting items. I will also provide a message that user is successfully logged in.
6.If you are working with partners, how will you split up the work in your team so that you are working in parallel as effectively as possible? That is, who is doing what and when?
I am not working with a partner.
For this assignment, I am going to focus on doing one thing at a time. I often find myself overthinking simple things, so focusing on one thing after the other will help me. I also am going to think about how I can simplify things.