AlphaAndTheOshea / Parking-App-UNA

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

Link maps to their respective pages #24

Open JMitch55 opened 3 years ago

JMitch55 commented 3 years ago

Difficulty level: 1pt

User Story:

As a visitor to the website, I would like to be able to see a map once I choose what type of parker I am.

Narrative:

As a developer of this website, I would like to implement the maps into the pages so the users will have something to actually look at when they input their information, thus accomplishing the goal of this web app.

Approach:

For this issue, I believe that we should keep this scope as simple as possible, and just focus on getting the maps onto the pages. We have discussed interactivity with the maps themselves, but I believe this is unnecessary as we have a separate link to take the user to, therefore there would not be the issue of the user having to figure out which parking spot is for them. this should be easy enough, we could just take the image, base 64 encode it and insert it into the page.

image

We don't want this. ↑

For this, I believe we just need a placeholder image, that way when our map team is ready.

image

I attached a small diagram of what our web app should be at the end of adding the maps. We want to keep the scope small and to get something on the pages before we go too deeply into making the pages pretty to look at.