forked from mathewbyrne/ev-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo
38 lines (35 loc) · 999 Bytes
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
EV Tracker Issues, Features and Bugs:
General:
✓ Backup file before a save.
✓ Configurable tracker file location through --infile flag.
✓ Switch the EvDict to a separate pokedex module (pokedex branch)
✓ Use a better data format than csv
✓ Load EV data for pokemon from sqlite backend.
✓ Implement ev-tracker.py using the pokemon, pokedex modules.
- Support for multiple forms, i.e. Meloetta, Wormadam etc.
- Implement lazy loading of tracker data (i.e. for ev, help command)
- Ditch automatically active tracked Pokemon.
Commands:
✓ ev
✓ list
✓ current
- track
✓ species
✓ name
✓ pokerus
- item
✓ status
- update
- species
- name
- pokerus
- item
- battle
- ev update
- multiple at once
- vitamin
Potential features:
- history - record past battles/changes for a pokemon.
- undo - undo the previous command.
- Add an "interactive" mode for continuous input.
- Python 3.0 compatability - should be easy since all dependencies are from the standard library.