E6 Evaluation Guidelines and Class Retrospective BLOG

11 May 2022

1.Briefly describe your system (e.g. A store selling Pokemon game cards)

My e commerce web site sells items from a game called League of Legends.

2.Any notable shortcomings, bugs, problems, or additional features not implemented?

In my invoice page if I select an item thats not the first item for any of the pages and I up date the cart with adding more to that item the item will change to the first item.

3.Describe what you are most proud of about your system:

I am proud of my site working mostly as intended and I am most proud of the rating system implemented for the individual requirements.

4.Describe what you are least happy with your system:

I am least happy with the bug I can’t figure out with updating the cart.

5.How was developing this assignment different than assignment #2?

A big addition to this assignment was the implementation of the cookies and sessions. Another change is having more products that is separated by classifications and needing to beable to store them differently compared to the smaller amount in assignment 2.

6.When you ran into a problem, what did you do to address it?

I had questions about the star rating system for the individual requirements I addressed this by asking the profressor for some clarification.

7.Describe what worked well in doing this assignment?

I would say pretty much everyting went smoothly and according to how I imagined it going.

8.Describe what did not work well in doing this assignment?

I don’t think anything in particular didn’t work well I encountered som difficulties, but I was able to work past them.

9.What did you learn from doing this assignment?

I learned that I am going to take a long time trying to solve a problem that in hindsight it was an easy fix if I just broke down the problem more to find the area where the problem occurs.

10.If you could go back in time and do things differently, what would you change?

I think I would probably have the user login be stored in the session rather then the cookies becuase I think I would have more abilities to store the cart with the user.

11.Estimate the % of time you spent (a) thinking about how to do something, (b) writing code (but do not include testing, (c) testing and debugging

a) 60% thinking b) 10% coding c) 30% testing/debugging

12.Assign an estimated percentage on the amount each team member contributed to the assignment (including yourself) and explain briefly your rationale for the percentage breakdown. Be sure to include an overview of what specifically you and your partners contributed (e.g. “I worked on the security and my partner 1 worked on personalization”)

I did 100% of the work because I worked by myself.