cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

As a user, I want to see textual country names instead of looking up the ISO 3166-1 numeric country code. #39

Closed cilki closed 6 years ago

cilki commented 6 years ago

Time estimate: 5 minutes Assumption: Know how to parse ISO country codes

atrieder commented 6 years ago

Reasons why this change should be implemented: 1) ISO 3166-1 numeric is the only variation of the standard that uses numbers, the alpha-2 and alpha-3 variants at least use letters. 2) Some devices do not support multitasking (such as a portable phone), so the customer may not be able to easily decipher the country codes. 3) Even if the customer has the ability to quickly decipher the country codes, having cryptic numbers on the website hurts the overall user experience.

atrieder commented 6 years ago

This user story is complete, since we are now using the iso-3166-1 library to parse country codes into names for both the developer cards and instance pages.

atrieder commented 6 years ago

Actual time: 1 hour