-
Notifications
You must be signed in to change notification settings - Fork 13
Contributing
Ruben Vereecken edited this page Jul 20, 2016
·
6 revisions
Welcome, weary wanderer. Sit, come, I beg you. Wearied though you may seem, I see a desire in you. A need to build? No... it's not just that. A longing for greatness? Ah! You've come to the right place.
This is the current situation.
- Ruben Vereecken: all-around dev, initiator of the project
- Josh: Designer
- Patrik: Yep his name is patrik and he creates inspiring UIs.
- Jozsi ?
We'd love your help though! It doesn't matter if you prefer backend, frontend, design,... lawn mowing perhaps? It does have a refreshing smell to it. Join us on Slack (invite) in the #enhanced channel and we'll help you figure it out! Or just send us a PR, you know how it goes.
- Scaffold the UI. Can be anything, Angular 2 with bootstrap, whatever.
- Create a page for displaying player details, can start out basic.
Player info will be gotten over a REST API at
/api/player - Create a page for basic config: turning on/off functionality.
We can hash this API out together, should be at
/api/config - Create a page for bulk transfer. Think on the design.
It should have at least a way of fetching all current pokemons,
then have something to multi-select them, then hit a button to transfer them.
API can be something like
GET /api/player/pokemonfor now andPOST /api/rpc/release, I'm thinking.

You've got an original idea? Sure, throw it in the Issues section.