-
Notifications
You must be signed in to change notification settings - Fork 17
Update Pokemon Database #96
Comments
I have caught most of the new ones is there any way I can help? |
Yes, we need the data according to the database I linked above. Surely someone has created a list with the new pokemon and their attributes. |
Do you have a way to get a hold of the mods at vegaspokemap.com ? Their tracker lists iv and attributes. I wish i knew how to code or crack api |
That's not real "coding". We just have to add more pokemon to the database ;-) |
it looks like a fairly complete list. |
We need the raw data of this website, which they don't seem to provide. Can't confirm your issue. Tested it a minute ago with my Google (2FA) Account and our PTC testing account. Used the image with ID a3d352bda189 (see |
tried to update through docker this is what I got
and my login attempt give this with the JS readout
|
Your image is correct, but your container is using the old image. I am confused how you start your containers. I'd suggest to remove all old containers and create a fresh one to avoid confusion. |
Ahh i didn't know about the "prune" I'll do that. Thank you for being so helpful |
Had to clear my browser history then it loaded. |
CTRL + SHIFT + R ;-) JavaScript files etc. are being cached by the browser. |
cool, when can we be able to use #98 in production? Can we use it already in development? |
Just merged it. Images are building. This takes a few minutes. |
Tests passed. Now hoping, that Docker Hub will do its job. Sometimes it is a bit annoying |
We could make a script to download also pokemon pictures. Where did you take the originals (1st gen) from? |
There was a repository somewhere on GitHub, which provided the original assets from the game... |
Don't you remember the repo? |
I don't mind which pokemon images we are going to show. We can choose whatever we want. The assets repository is not maintained any more. Btw: GitHub Issues are not designed as a Chat replacement. We can use our Discord channel (see the badge in the README) for further discussions |
I was wondering if you were looking for any help. I've been looking for a project to jump back into code. I would love to help where I can. |
New pokemon are coming and our database is not up-to-date. It would be nice if you help us keeping our database ready and filled with all pokemon needed. Currently it is stored in https://github.com/Phaetec/pogo-cruncher/blob/master/frontend/src/cruncher/data/pokemon.cljs
You can also provide them as JSON file or similar and I will convert it to our scheme. The last database was from an older IV analyzer, which is no longer supported.
The text was updated successfully, but these errors were encountered: