amusselm / rvgs_gamelist

A web app to keep track of the Reno Video Game Symphoy's Game Quest
2 stars 0 forks source link

Improve user experience on add/select page when there are no games or achievements for a game #31

Open amusselm opened 9 years ago

amusselm commented 9 years ago

Currently, the system gives the user an empty list to select from if there are no games in the system, or if there's no achievements for a given game. A user might be confused by this and attempt to select a value form this empty list. Currently, the backend handles this case by simply warning the user that this is a empty field. It might be better to disable that form's submit button or remove that form entirely when there's no data to present.