-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
36 lines (27 loc) · 901 Bytes
/
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
General:
- Store files in CSV instead of json
- use pathmanager class instead of list of constants
- consider merging shared methods of plate and router class / adding parent class
Images:
- Turn FeatDisplay into static class
Title widget:
- Draw new logo that fits updated gui
Import widget:
- add option for selecting material and thickness (better than setting automatically)
Stock widget:
- make widget size independent of pixmap width (set some minimum value)
- figure out image scaling process
Optimization widget:
- list out contours and possible plates in console
Grid view widget:
- add button cooldown for deletion/addition
General:
- Add setup.py file
- add config.ini file
- Add keyboard shortcuts
Testing:
- write tests that include plates oriented sideways and not necessarily flat
- write tests for data manager
CSV Conversion:
- update router objects
- udpate plate objects