poketrainer
poketrainer copied to clipboard
[Feature Request/bug report] Update the web UI ~ all tabs
- [ ] Status Page- The web UI should occasionally auto refresh the status map section and pokemon to help keep an eye on things.
- exp/hour shows 0
- Transfer button does not work and sends you to the inventory page, which....
- [ ] Inventory Page-
- is either broken or incomplete because it only shows Code that resembles a JSON file
- [ ] Pokemon page-
- Can this have the same information as displayed on the status page and be sort-able in the same manner, Also is there the possibilty of an
Evolve
Button to be added for the cases we want to evolve something not specified in the Config?
Could you edit your requests into a task list? The button is right next to the bulleted and number list.
edited, let me know if that is what you were looking for or if you wanted each item under the pages tasked
Ok I will try to bang these out in the morning. After I roll out the beta of the auto sniper to people in slack.
If someone wants to do these well as opposed to my winged ghetto HTML, that would be awesome. Just give me a heads up so I can focus on auto sniping instead
Are we sure transfer isn't working? I have noticed that I will use transfer or evolve and if I click the status link I can still see them, but if I navigate to 0.0.0.0/[email protected] it looks like they've been transferred or evolved.
And on that note, the evolve link I setup should probably only show if the pokemon is able to be evolved. Thoughts?
I've had mixed experiences with the transfer button. At time it does seems like the pokemon does get transferred, although there is logging that is absent otherwise. In any case I think the json output after clicking 'transfer' is unnecessary and cumbersome.
@joshpalan I'd be curious to see how your evolve function is implemented; do you have a table for number of candies needed for evolution for every pokemon?
@joshpalan I am not 100% sure it is working, I have hit the button and never seen anything on the console about releasing it, but my count drops on the web UI. I also noticed that my actual pokemon inventory was different on the app vs the bot when using the transfer link, which leads me to believe it is not working as expected, but this could have been a bug from a previous release and it may work now. I will check the issue and update here....
However, The issue I was reporting is, the transfer button changes you to the broken inventory page. and not back to the status page. Wether or not it ACTUALLY transfers anything I am not sure
@joshpalan did you already add evolve?
And ya, for some reason the requests in the bot are all GETs even though many of them should be POSTs...
I have evolve working on my PC at home, but I'm not there right now to open a pr. I had it working but it was super super jank. When I get home I'll post it