Update TODO

This commit is contained in:
Melvin Valster
2019-07-26 22:44:07 +02:00
parent 4c8ae806fc
commit db972548c9
+12 -17
View File
@@ -1,21 +1,16 @@
# TODO # TODO
- [ ] SCSS: Normalize
- [ ] General: Add redux
- [ ] General: Responsive on mobile
- [ ] Tooltips on mobile
- [ ] Talent tree: Reset button per tree (?)
- [ ] Fix: Initial load `pointString` validation (make sure all talents are valid and their deps are met) - [ ] Fix: Initial load `pointString` validation (make sure all talents are valid and their deps are met)
- [ ] Fix: Navigating between talent links for same class does not trigger re-render - [ ] Fix: Navigating between talent links for same class does not trigger re-render
- [ ] Nice to have: Support multiple positions for tooltip (currently only `top-right` with fallbacks based on viewport)
- [x] General: Talent tooltips - [ ] Styling:
- [x] Fix: Arrow should start underneath the icon - [ ] SCSS: Normalize
- [x] Talent tree: Arrows for dependencies - [ ] General:
- [x] System: Generate URL for chosen talents - [ ] Add redux
- [x] Talent tree: Prettier talent frames - [ ] Responsiveness:
- [x] Talent tree: Colour markings on icons - [ ] Tooltips on mobile need different UX
- [x] Prettier icon frames - [ ] Talent tree:
- [x] Pretty ClassPicker - [ ] Reset button per tree (?)
- [x] Add react-router - [ ] Tooltips:
- [x] Prevent reducing talent points on a row when it is a dependency for points already spent in the next row - [ ] Support multiple positions for tooltip (currently only `top-right` with fallbacks based on viewport)
- [x] Prevent reducing talent points on a talent that is a requirement for another talent with points in it - [ ] [Code splitting?](https://serverless-stack.com/chapters/code-splitting-in-create-react-app.html)