-
Notifications
You must be signed in to change notification settings - Fork 151
To Do List
David Christenson edited this page Feb 19, 2017
·
8 revisions
- Add tests and expand the Travis settings
- Optionally display Pokémon with unknown expiration times (on a separate layer)
- Better config handling
- Allow providing config location as an argument
- Don't bundle it in package installations
- Improve web UI and UX
- If you have good taste, determine what the prettiest leaflet provider is and suggest it as the default
- Reduce lag from displaying many items
- Test GoogleMutant and provide instructions if it works well.
- make every overlay a own request e.g.:
/pokemon
,/trash
, etc.
- Improve DB performance with web interface
- caching, indexing, and different queries are all worth exploring
- Add support for more notification services
- especially Discord, Facebook, and Boxcar.
- More asyncio
- More options for notification decisions
- like IV required per Pokémon
- Improve performance and code quality wherever possible.
- More and better documentation.
- Internationalization
- Help would be appreciated with this if you're familiar with Python internationalization best practices and with the translations once the necessary code is ready.