D1935827V / spring_portfolio

Tri 1: Java and Spring Intro
0 stars 0 forks source link

Dane: Model Improvements Week #7 #42

Open D1935827V opened 2 years ago

D1935827V commented 2 years ago

Model improvements 3 Points (is-a extends, has-a is a attribute) ** The model throughout needs to be reworked from prototype, to something that is MORE Java like. Modeling is THE KEY element to learning Java. Please design and model the prototype to be more fully developed. an list_of_image(s)_info object (lii) has-a list of images an image_info object (ii) has-an image file, has-a list of image_property objects (contains original info, original info with watermark, grey, grey with watermark, etc) an image_property object (iprop) has-a description, has-a base64 rendering file, has-a list of RGB attributes an image_property_rgb (iprgb) object has-a has a list of RGB attributes in decimal, hexadecimal, and binary RGB attributes is-an array of 3 or 4 attributes, Hexadecimal is-a list and Binary is-an array of 3 or 4 attributes as well.

D1935827V commented 2 years ago

Code for model: image

D1935827V commented 2 years ago

Next Goal is to shorten this to a list when we need to add more images: image

D1935827V commented 2 years ago

image

D1935827V commented 2 years ago

image

D1935827V commented 2 years ago

image

Chris-Ru commented 2 years ago

Individual Grade: 2.9/3 - add more commentary for video and show runtime

Video: Comments: Please use more commentary and show the running code on the runtime.

Overall Comments: