-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
73 lines (67 loc) · 3.26 KB
/
changelog.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
69
70
71
/*
possible issues:
DONE 1.can't pause during first second (ignore it?) [isCounterRunning useState added] DONE
DONE 2. result are being hidden after 1 second if the timer is on
(make the btn unresponsive if the timer is on) [fixed by introducint isCounterRunning] DONE
DONE 3. Disable time select if the app is running!!! DONE
DONE 4. accuracy NaN! DONE
DOONe 5. solve useEffect lint errors DOONe
DONE 6. current result not updading if user stop typing! DONE
DONE 7. CHECK how penalty should be applied! https://www.bleepingcomputer.com/forums/t/642883/calculating-net-typing-speed/ DONE
DONE 8. text to render undefined! error handling? DONE
DONE 9. cutting one letter! DONE
XX 10. chrome not working? XX
DONE 11. Results can be seen even if the current run hasn't finished DONE
DONE 12. timer length can be changed in results by changing select DONE
DONE 13. Accuracy not reseting properly at the beginning! DONE
DONE 14. random btn press doesn't reset allEntries if pressed when the app is running & active or paused DONE
DONE 15. no changing text if is 2 screen long?! DONE
DONE 16. shift in display in some cases! + letter being eaten? (pause) DONE
DONE 17. disable selecting and pasting in the end DONE
DONE 18. not counting last letter in the screen! DONE
DONE 19. change enter in fetched text to ":" ? eg. Desprition ... DONE
toChange:
DONE 1. counter display (00:00 format) DONE
X 2. Start is also a pause btn (change it to arrow and ||)X
DONE 3. Set default select value to higher val DONE
X 4. Results display to fast - add some animation?? X
XX 5. show|hide results -> make the button name togglable show & hide?XX
DONE uninstall compose refs? DONE
DONE 7. contrast between main square and correct letters DONE
DONE 8. display hint& result on one of the displays? DONE
DONE 9. add tooltips!!! DONE
XX 10. resultObj and set individual results redundant!!??? XX
XX 11. hide result btn until 1 test was run? XX
XX 12. disable 5s timer in the end XX
DONE 13. default results DONE
DONE 14. reset current display immediately after start DONE
DONE 15. placeholder text DONE
DONE 16. typing are get the scroll in the end -> different font? DONE
DONE 17. timer value styling DONE
DONE 18. btn text not centered? FIrefox only? CSS reset? DONE
? 19. scroll to results if they are not visible?
DONE 20. speed only 1 afer . DONE
?21. transition for results?
?22. implement phase transition?
DONE 23. wikipedia text length display? DONE
DONE 24. what if text is too short DONE
DONE 25. no "..." if case of last part of text DONE
DONE 26. getting rid of text in () [] DONE
DONE 27. getting rid of non-english chars DONE
DONE 28. proper components/state management DONE
DONE 29. more Hints OR put Hints lower? DONE
DONE 30. font for "speed typing app" DONE
DONE 31. change app title? DONE
DONE 32. more components? DONE
DONE. counter - ?functional updating? + notes DONE
DONE 34. App.js 2 useEffects -> currently they share part of logic? => 1 useEffect in the end
DONE 35. typing possible only after fetch is done, no lorem ipsum at the beginning DONE
XX 36. CSS reset? XX
DONE 37. CSS comments DONE
DONE 38. reducer component DONE
XX 38. reg ex lint fix XX (generated by npm module)
DONE 39. proper App tree in notes.txt DONE
DONE 40. final test
DONE 41. chrome & firefox inconsistencies fixed DONE
DONE 42. merge branches
*/