forked from alessioz/pyriver
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
36 lines (27 loc) · 1.04 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
TODO
========
To Do Gui:
------------
* add gui to configure files for the simulation [priorit: high]
* view result after simulation it’s run [priorit: high]
* 3D viewer, not usefull but cool! [prioriry: low]
* View all sections in one big table like: [priority: medium]
+--------------+---+---+---+----+
| section name | X | Y | Z | Ks |
+--------------+---+---+---+----+
| ... | . | . | . | .. |
* Change or add View, remove X column, show X in a separated dialog, and reverse columns with rows
+----+----+----+----+----+-----+
| Z | | | | | |
+----+----+----+----+----+-----+
| Y | | | | | |
+----+----+----+----+----+-----+
| ks | | | | | |
+----+----+----+----+----+-----+
To Do Core:
------------
Import/Export
* import simulation output result for each section [priorit: high]
* import/export vario files [priorit: high]
* Add possibility to export in csv, vario [priority: medium]
* Add possibility to import from csv, vario [priority: medium]