An open API service indexing awesome lists of open source software.

https://github.com/donpage/purplelabs

QA, Case Study, Simple Fix?
https://github.com/donpage/purplelabs

Last synced: 3 months ago
JSON representation

QA, Case Study, Simple Fix?

Awesome Lists containing this project

README

        

# PurpleLabs QA
PRPL Labs was born from the need to engage with businesses and consumers at the forefront of technology.

## Issue
PRPL labs Google Glass Project link to view the website redirects users to a dead end.

## Solving
Solving the issue is simple, the only thing I had to do is change the href attribute of the anchor tag that held the false link:

#### Problem:

`Visit the Site`

#### Correction:

`Visit the Site` OR `Visit the Site`

## How this problem happened:
PRPL Labs is still in it's infancy phase, while still being apart of the main agency (Purple, Rock Scissors), PRPL Labs are making their own move away from the company and becoming it's own thing. In doing so they changed domains which in turn, caused this small problem with redirecting users to the right location.

## Solving ahead of time:
As a developer myself I'm always thinking about the next step for the project. I must be able to account for working locally, deployment, and any major change in infrastructure. While changing domains was a major change that was done successfully, accounting for the changes in redirection of links slipped thru the cracks. One simple solution to this would to *NOT* link directly to the website. For Example:

### If the current URL is http://prpllabs.com

#### Bad:

`Visit the Site`

#### Good:

`Visit the Site`

---

### If the current URL is http://purplerockscissors.com

#### Bad:

`About`

#### Good:

`About`

---

#### Following the rules above will ensure that this issue doesn't happen again when changing domains.

Best wishes, DonPage | http://donpage.github.io