dtsivkovski / PMB-Portfolio

Tri 1: Python and Flask Intro
1 stars 2 forks source link

Pac-Man Bytes - Scrum Board and Contributors

Pair 1 - Daniel and Chris: Journal
Pair 2 - Armaan and Timothy: Journal

Daniel Tsivkovski Tasks Scrumboard Commits Profile
Chris Hom Tasks Scrumboard Commits Profile
Timothy Lin Tasks Scrumboard Commits Profile
Armaan Shamsaasef Tasks Scrumboard Commits Profile

Time-Based Box for Grading

Week 8

Offcanvas Bootstrap Integration - Using offcanvas to better organize our pages and links to these pages to reduce clutter (Daniel)
Page Loading Spinner - Using loading spinner system to notify user when a page is taking time to load (Daniel)

Week 7 - Runtime Videos - and Review Ticket for Crossover Team

ASCII Unicode Value - Integrated a unicode type alongside the ascii value with proper hexadecimal inputs.
Binary Shifting - Added shifting bits left/right into binary.html
Color Codes Page - RGB Color output page using configurable R,G,B bit rows. (Daniel's Commits for all 3 items above)
Logic Gates - Logic gates with different functionalities using different inputs. (Armaan's Commits)
Signed Addition - Signed addition page with the 8th bit being a subtraction/addition operator. (Chris's Commits)
Unsigned Addition - Unsigned addition page with the addition/subtraction toggle being a button. (Timmy Commits)

Week 7 Hackathons Chris Armaan Daniel Timmy

Week 6

Base64 Research - Research of Base64 compared to Base2, Base8, Base16.
Organization/Documentation - Small overview of organization of our project.
ImageDraw on Image - Drawing a circle on an image using ImageDraw from PIL module (Chris's Commit)
Inverted Image Processing - Added inverted image processing (Timothy's Commit)
Gaussian Blur Processing - Enabling some images to be processed with a gaussian blur using Pillow filter module (Armaan's commit)
Grayscale RGB Integration - A toggle for grayscale images and data (Completed by Daniel with image.py algorithm)
Big O Notation - We attempted this but we weren't exactly sure what we needed to do here. We attempted to reduce the amount of steps, but we are not sure if it 100% follow Big O Notation.

Week 5

Quiz Results and Corrections - By Daniel Tsivkovski and Chris Hom
Quiz Results and Corrections - By Timothy Lin and Armaan Shamsaasef
Binary Page - Binary page dynamic bit amount using a submission form.
RGB Page - RGB html page integration with greyscale toggle (WIP when this was written).
Chris's Hackathon File - Successful print
Daniel's Hackathon File - Also included a html integration for part 3 on danielvar.html
Tim's Hackathon File - Successful print
README.md - Updated README.md (current page) to include a time-box for grading

Hackathon code and print results are also visible on the Pair Journals linked above the table.

Week 4 - PBL

Template Design - Changing the base template using Jinja to fit out aesthetic theme of the page.
Download Technical - Creating a download button to download an image from the website.
Jumbotron Bootstrap - Displaying text and headers on a bigger screen.
Javascript ASCII Integration - Integrating ASCII into the binary section of the mini-labs page.