Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Raids #7

Open
feralheart opened this issue Jul 23, 2018 · 13 comments
Open

Raids #7

feralheart opened this issue Jul 23, 2018 · 13 comments
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@feralheart
Copy link

Is there any chance to get a JSON with the current Raid Boss Meta? :)

@BrunnerLivio
Copy link
Contributor

I do not play the game anymore, so I do not know how this information looks like.

Do you know where I get this information from? Is there any data of this inside the GAME_MASTER.json?

@BrunnerLivio BrunnerLivio added the feature New feature or request label Jul 25, 2018
@BrunnerLivio BrunnerLivio self-assigned this Jul 25, 2018
@Drexlin
Copy link

Drexlin commented Jul 25, 2018 via email

@feralheart
Copy link
Author

I also didn't found anything in that json :/

@celandro
Copy link

celandro commented Jul 25, 2018 via email

@BrunnerLivio
Copy link
Contributor

@celandro I would love to consume this data with pokemongo-json-pokedex. Can you make this public / opensource?

@BrunnerLivio BrunnerLivio added the help wanted Extra attention is needed label Jul 25, 2018
@feralheart
Copy link
Author

feralheart commented Jul 25, 2018 via email

@celandro
Copy link

celandro commented Jul 25, 2018 via email

@BrunnerLivio
Copy link
Contributor

@celandro I'm busy with a lot of other stuff, so for my own good I have to pass on that :/

@celandro
Copy link

celandro commented Jul 26, 2018 via email

@BrunnerLivio
Copy link
Contributor

I guess this issue won't be resolved until we find time (which may never happen haha) or someone contributes. Sorry about that :(

@luissmg
Copy link
Contributor

luissmg commented Jul 27, 2018

I think I can give it a try. Please send me an email :)

@celandro
Copy link

celandro commented Jul 27, 2018

@luissmg

This is my current raids file: https://gist.github.com/celandro/44d3590c6a9b3e25f10d1011c4f78f06

I have full history sitting in my git repo

Current issues:

  • Parameter names are strange. 'tier' is really just some sort of classification', 'guessTier' is the actual tier
  • List of possible Pokemon for unknown raids is incomplete. Should just have every pokemon in pokedex order
  • level 50 is just something I use for tier 5 its not really a thing
  • egg urls are all hosted by me (I don't really mind this)
  • guessCp is totally unneccessary now, this was from before tiers were well understood
  • event raids should probably be removed or dramatically improved to include what event and what date

My opinion

4 tables in the db (I prefer to host):

  • 1 table with the metadata for each of my 'guessTier'
  • 1 table with the definition of each 'tier'
  • 1 table with which guessTier pokemon are in and wether they are currently available and probably when they were last available.
  • 1 table with history of what changes were there

Endpoints:

  • 1 secure endpoint to make changes for table number 3 and record to table 4
  • 1 endpoint to generate json similar to above
  • 1 endpoint to generate json for a particular pokemon with all the history
  • simple ui to modify things

We need Admin role authentication for this. (Id prefer to use Pokebattler roles and hosting for this) Note admins would get free max Pokebattler accounts

I can do quite a bit of this work but I have an endless backlog of items.

Code can be javascript or java based. Easiest for me is java backend, html front end but I could do whatever.

You can email me at [email protected]

@luissmg
Copy link
Contributor

luissmg commented Jul 29, 2018

Hey @celandro, I have low time available, working on something for me and during the week is kinda tight

@BrunnerLivio BrunnerLivio removed their assignment May 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants