maierfelix / maierfelix/POGOserver
api branch bugs / request(?)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 476
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
Pokestops:
When creating a pokestop it's image_url isn't saved. (Might be me doing it wrong? Local file instead of web url?)
Rewards despite having a default value are empty might need to make it so that the insert into the dbs does it instead of the default value?
Might be either a bug or otherwise perhaps a request.
Possibility to add gyms and pokestops from PokemonGoMap table? Dunno if it's because of the id or the latitude/longitude.
36577a55d8b74942b4820fb803cd381e.16 50.748649 5.777801 are those from PokemonGoMap the pokestop table has shorter ids, and longer lat/long.
edit: I noticed deleting a spawn point from the database directly doesn't result it to be removed from the web interface. Might be the reason the import for pokestops/gyms don't work as well?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing pokestop creation with a local file and a web URL, then check whether image_url and default rewards are persisted in the database. Compare PokemonGoMap imports with existing pokestop and gym records, including IDs and coordinates, and verify whether deleting a spawn point directly from the database updates the web interface. Done means these persistence, import, and removal behaviors are understood and the confirmed bugs have regression coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend, database
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100