AlphaAndTheOshea / Parking-App-UNA

GNU General Public License v3.0
0 stars 1 forks source link

OH add-ins to repo (Dev/code, Dev/test-write) #36

Open OliveHamm14 opened 3 years ago

OliveHamm14 commented 3 years ago

Winded up adding in hadicapmap.php and motorcyclemap.php. Also added in 2 radio buttons for the handicap and motorcycle.

OliveHamm14 commented 3 years ago

Screenshot (95) Screenshot (93) Screenshot (91)

screenshots from when I was working

OliveHamm14 commented 3 years ago

For legend.php

Underneath the 2 lines with comments are the snips of code I made for this page. (You can also find them by looking for the * I set next to the comments) ''''<!DOCTYPE HTML>

UNA Parking Pal

"> Resident Student Commuter Student Faculty Visitor ** //I added in the Handicap and Motorcycle buttons on the legend** Handicap Motorcycle

''''

OliveHamm14 commented 3 years ago

For commuterMap.php

I addend in a screenshot because it would not let me quote the html using MD. I added in the picture address for this map page. Screenshot (104)

OliveHamm14 commented 3 years ago

For visitorMap.php

I addend in a screenshot because it would not let me quote the html using MD. I added in the picture address for this map page. Screenshot (106)

OliveHamm14 commented 3 years ago

For motorcycleMap.php

I addend in a screenshot because it would not let me quote the html using MD. I added in all the code for this page to make it run properly for the application.

Screenshot (108)

OliveHamm14 commented 3 years ago

For residentMap.php

I addend in a screenshot because it would not let me quote the html using MD. I added in the picture address for this map page. Screenshot (110)

OliveHamm14 commented 3 years ago

For handicapMap.php

I addend in a screenshot because it would not let me quote the html using MD. I added in all the code for this page to make it run properly for the application.

Screenshot (112)

OliveHamm14 commented 3 years ago

For a final note I also added in the following PNG files into the images folder:

OliveHamm14 commented 3 years ago

Test Example

If a user were to use parts of the application I have written, it would go something like this: (we will use handicapMap as an example)

  1. The user would open the app and the login page would be displayed.
  2. He/she would then enter in their credentials or skip this process.
  3. Once they have come to the legend page of the application they would click the Handicap radio button and hit submit.
  4. Once submitted the application would take her to a page that would display an image of the handicap parking spots available at UNA.
  5. End.