D1935827V / spring_portfolio

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

Brayden VNC/Abstract Classes #39

Open D1935827V opened 2 years ago

BraydenBasinger commented 2 years ago

I added the 32bit PNG image of morty in the class. This was needed because we could only have images that were 32 bit. Once we had that, we had Calvin greyscale it

https://github.com/D1935827V/spring_portfolio/blob/c07075feed65525b3370597de5b263a74d8f9aea/src/main/resources/templates/MiniLab5/MiniLab5.html#L1-L72 https://github.com/D1935827V/spring_portfolio/blob/c07075feed65525b3370597de5b263a74d8f9aea/src/main/resources/templates/MiniLab5/image_grayscale.html#L1-L28 https://github.com/D1935827V/spring_portfolio/blob/c07075feed65525b3370597de5b263a74d8f9aea/src/main/java/com/example/sping_portfolio/controllers/MiniLab5_CTRL.java#L1-L56 https://github.com/D1935827V/spring_portfolio/blob/c07075feed65525b3370597de5b263a74d8f9aea/src/main/java/com/example/sping_portfolio/Image/ImageInfo.java#L1-L322

BraydenBasinger commented 2 years ago

I will deploy on my Pi before unit 8. I will give the VNC credentials to the team so they have access to my Pi

BraydenBasinger commented 2 years ago

Deploying on Pi

On CSA site, course materials, deployment

Pull, build, update service for updating runtime link

Ubuntu and raspberry pi OS are very similar

Nginx is a reverse proxy

DNS goes t router, then to Raspberry Pi

BraydenBasinger commented 2 years ago

I also want to improve on last week, because I did not include abstract classes, so I added them this week image

BraydenBasinger commented 2 years ago

Links to code:

https://github.com/D1935827V/spring_portfolio/tree/master/src/main/java/com/example/sping_portfolio/minilabs/factorial

https://github.com/D1935827V/spring_portfolio/blob/master/src/main/java/com/example/sping_portfolio/controllers/factorialPage.java

https://github.com/D1935827V/spring_portfolio/blob/master/src/main/java/com/example/sping_portfolio/controllers/BraydenController.java

shekark642 commented 2 years ago

individual grade: 2.75/3. Looks like the front end works since you are able to display numbers to the factorial. Backend looks clean too since you incorporate abstract classes and java functions to make the method possible. -0.25 since video was a little too long however, it was very informative

Commit: https://github.com/D1935827V/spring_portfolio/commit/c86c49858828ebae00fe2f8ba17563fb5b20a72e looks good since there are a lot of additions and files meaning that you put in the work to complete the code

Journal: https://docs.google.com/document/d/1jjNDt_8c3gOlnA6uRstFvJm6lCJMMFduexonZ1bVOis/edit has a lot of stuff on it relating to work done last week and shows me that it is updated daily