-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo
45 lines (37 loc) · 1.73 KB
/
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
39
40
41
42
43
44
45
UPDATE THE LEGAL TEXT!!! (now that we have Google Picker implemented)
Caching system:
- do not download timestamp if there is no connection
Hardware/Capture:
- sensor calibration
- dedicated port popup (for enlarging a value of a given sensor)
- enable "finish" trigger (use one of the sensors for stopping the capture)
- ability to manually attach sensors
File handling:
- remember file name when loading file for saving later
Data manipulation:
- allow for assignable proportions between waveforms
- dialog for splitting captured data into separate captures (and XY mode)
- utility for analyzing data (optionally select a region, min/max/avg)
- calculation of area between 2 functions
- fitted function or axis (with offset) can also be selected as a source
- snapping to intersection points
- function manager for adding custom functions
- show closest value on the graph when hovering over a data point
- allow data limiting (remove up to a certain point, etc.) - auto recalculate fit if necessary
- option for displaying 2 (or more) curves side by side on separate charts
Manual:
- add some visual content to the manual
- update to reflect recent Google Drive changes
Google Drive:
- make the Google Drive icons in their own submenus
- Google Drive file loading from start menu
UI/Graphics:
- the canvas is a blurry mess when the display scaling is not exactly 100 %
- draw using WebGL (faster) - probably need to write a shader program?
- dark mode?
Fun future stuff:
- support more devices I could get access to (CoachLab, €Lab with motion (or whatever it's called), etc.)
- support more devices I would have to beg for (non-CMA stuff)
- playing back the captured data as audio (mono/stereo)
- computer's audio input as a sensor
- oscilloscope mode