forked from colblitz/yatto2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
68 lines (64 loc) · 2.1 KB
/
todo.txt
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
### Issues
- Advanced options don't do anything
- Can't navigate directly to other urls
- Steps option currently doesn't do anything
- Can only have one of each type of equipment
- Logs out when you reload
- Site locks up when calculating instead of using some sort of spinner
- Need to input artifact levels before equipment information, otherwise the bonuses will get modified by the equipment boosting artifacts
### UI things
- Highlight artifact when at max level
- Drag and drop
- Format tab buttons
- Highlight input when invalid
- Highlight step on hover
- Highlight the equipped pet/equip
- Graphically show skill tree
- Fix input typing
- Allow invalid inputs
- Displays differently on mac?
- Steps get slightly larger with long artifact names
- Radio button for relics vs steps
- Spinner for getting steps
- Spinner for logging in
- Localization selector
- Expand pet options to display effects
- Pair pets by bonus type
- Pet sorting - by bonus, by type
- Show hero type
- Don't necessarily need full hero name
- "Saved!" animation
- ? reset upon logout?
- Space every 5 heroes
- Sort artifacts by type
### Things to add
- Figure out offline gold
- Relics from stage
- Equipment evaluator
- Salvage costs
### Things
- Don't edit equip bonuses if artifacts input after
- Option for aa/ab notation
- Warning if not everything is filled out
- Cookie management
- Active skill weighting, option to not consider actives
- Variable gold conversion factors
- Fold tps parameter into gamestate object
- Check application of equipment boosts in game code
- Check for "formatBonus" in game code
- Change notPercentageBonus - not not?
- Re-check skills<->bonuses, not all are bound
- Skill level weights for hero level optimizer
- Passwords are sent as plaintext
- Usernames are case sensitive
- Resetting password
- "View" user functionality
- Redux-form
- Automated ServerVarsModel.cs -> ServerVarsModel.js
- Google analytics
### Code Organization
- Break up actions.js
- Break up reducers
- Break up main.less
- Get rid of superfluous components
- Don't need any of the bower stuff