https://youtu.be/lHCDJI4wES8
My system is a store that sells boba like milk tea, fruit tea, and smoothies. There is also a small selection of cakes for fun.
A notable shortcoming is the favorites didn’t work well, didn’t toggle checked or not, and would display all the items in the array before it even if they weren’t checked.
EDIT: Please note that this was written after I had gotten the favorites to add to cart and subsequently given up. I DID IT. So my updated shortcoming is that the favorites don’t go away when added to the cart.
I am most proud that it is actually working. I am extremely proud of the IR4 and that I got it to work after I was ready to give up.
I’m least happy with some of the css and displayed things. I compromised on areas such as the email invoice and favorites table. It looks ugly but does the job.
It took even more time but with so much less code. Even the add to favorites which I thought was going to be incredibly drawn out and difficult was quite short.
Update: After going back and completing IR4, my statements are more than ever true. The code that made it all work properly was like 2 if-statements. ugh.
I spent a lot of time working through problems. I was coming at all angles when things didn’t work. If there were error messages I had to stop and think about what it means and where it’s coming from. After it didn’t work I took a break, which was often walking my dog and I could theorize possible ways of solving the issue.
I think implementing the code examples worked very well for me and it was very helpful. Asking for help worked well too.
Inventory management.
I learned that loadjson can also send data and not just receive, this was crucial in beginning my individual requirement.
I’d probably bother Professor Port way earlier.
20% thinking- I did a lot of thinking after writing and failing at debugging. Often when driving(distracted driving 101), walking my dog, and at any moment of peace in my life. It was truly disturbing. I actually woke up at 5 am suddenly with the code flying around my brain to fix my last problem and it worked.
40% writing
40% debugging