RaphaelDDL / e7db-ui

EpicSevenDB.com UI for game information, such as Heroes, Artifacts, Gear, Skills and anything else necessary to present the DB. Made with NUXT.js (Vue.js, Express, SASS)
https://epicsevendb.com
Other
10 stars 5 forks source link

Implement a Table View for the List pages #9

Open RaphaelDDL opened 5 years ago

RaphaelDDL commented 5 years ago

So I can add a filter to sort by Highest status (fastest hero, tankiest hero, etc) for people to compare.

Will probably need to create a new component which will decide between using a "table row" and the current "ListItem".

I'll need to add the status to the API to be returned on the hero list too. Question is, which status to use.. I think the best would be lv60SixStarFullyAwakened.

willhausman commented 5 years ago

Level 60 Awakened sounds like the most useful sort option to start. Since we have the data, I think it'd be a neat future enhancement to be able to switch which stats we're viewing, so I can find the fastest level 50 while I'm a noob.

willhausman commented 5 years ago

This also means you would need to display base stats on the table view, though. "Sort by Speed" doesn't tell me that Assassin Cidd only has 3 more speed than Assassin Coli (I have no idea if that's true. Just random values).