Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Implement a Camping Simulator page #12

Open
RaphaelDDL opened this issue Feb 28, 2019 · 5 comments
Open

Implement a Camping Simulator page #12

RaphaelDDL opened this issue Feb 28, 2019 · 5 comments
Labels
enhancement New feature or request Low Priority

Comments

@RaphaelDDL
Copy link
Owner

We already have the data for the camping, so it's just a matter of coding the page.

@willhausman
Copy link
Contributor

willhausman commented Mar 25, 2019

Did you have a design in mind for this page? In my mind, it sounds neat to display 4 empty camping slots, and as each slot is filled with a hero, continually re-calculate recommended values. I'm thinking a custom "dropdown" that looks similar to the game's sliding list of hero cards on the right. On a phone, let the list take up the whole page until selection dismissal.

image

Edit: and a quicksearch filter at the top of the list to find the hero you're after. Of course, the page URL can supply hero ids to auto populate the slots.

@RaphaelDDL
Copy link
Owner Author

I wanted to do it easier actually, with the vue-multiselect. Using the buff/debuff as example (but without multi option, only single option per select):

image

This is a custom template slot option. So in heroes' case, it would be 4 selects having the option be the circle image with the name.
image

While having 4 selects is more clicks than one with multiple options, It's easier to understand.

@willhausman
Copy link
Contributor

willhausman commented Mar 28, 2019

Seems like the same thing to me, just a simplified custom template slot option to be a circle image instead of the blue with a small image. My two images show where you've only selected one, and then where you've clicked on the second one and are flipping through the select options to choose the second one. It sounds like we're on the same page for how to select them, just different pages for what the templates look like.

@willhausman
Copy link
Contributor

I had put some time into this, but got busy and didn't get to complete it. Since then, I've spotted links here and there on reddit that point to a camping tool and optimizer. Perhaps this issue should be scrapped and a link to one or more of those tools is the better approach.

@RaphaelDDL
Copy link
Owner Author

I agree. There's a korean one which is great. Even YufineBot on discord has too.

I'll add as low priority because I want to add this to the website at some point, the calculation is fixed anyway so would be a nice to have for later.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Low Priority
Projects
EpicSevenDB-UI
  
To do
Development

No branches or pull requests

2 participants