updates for 0.9.4
[debian/openrocket] / TODO
1
2 Feature roadmap for OpenRocket 1.0
3
4
5 Must-have:
6
7 - Go through thrust curves and correct errors
8 - Add styrofoam and depron materials
9
10
11 Bugs:
12
13 - Unit tests fail from ant script
14
15
16 Maybe:
17
18 - Inform user about software updates
19
20
21 Postponed:
22
23 - Windows executable wrapper (launch4j)
24 - Allow only one instance of OpenRocket running (RMI communication)
25 - Only schedule rocket figure update instead of each time updating it
26 - Reading (writing) .RKT format
27 - Importing flight data (file/altimeter)
28 - Water rocket modelling
29 - Landing scatter plots
30 - Simulate other branches
31 - Implement setDefaults() method for RocketComponent
32 - BUG: Inner tube cluster rotation, edit with spinner arrows, slider wrong
33 - Reading thrust curves from external directory
34 - NAR/CNES/etc competition validity checking
35 - Running from command line
36 - Print support
37 - Saving as SVG
38
39
40 Refactoring tasks:
41
42 - Move startup class to src14 directory, remove reflection
43 - Remove database etc. initialization from class initialization,
44   create separate set of test motors
45 - Extract event rules and data saving from Simulator into listeners
46 - Change SimulationStatus to include methods for obtaining basic
47   position (maybe even change to an interface, implements Cloneable)
48 - Change Motor (immutable) to be a factory of MotorInstance (stateful)
49
50
51
52 Done:
53
54 - Search field in motor selection dialog
55 - Motor selection/editing from Edit configurations dialog
56 - Change FreeformFinSet to throw checked exceptions
57 - Fix engine block icons
58 - Exporting flight data
59 - Split cluster into separate components
60 - Create application icon and take into use
61 - Error dialog for uncaught exceptions
62 - Check where plot data ends (all rest NaN)
63 - Example rocket designs (hybrid w/ dual deployment, staged rocket)
64 - Better error/warning dialogs when reading/writing files
65 - Store custom materials
66 - Read more thrust curve formats
67 - Showing events in plots
68 - Table boolean selecting by clicking label
69 - Test automatic exception reporting (for 0.9.3)
70 - Draw remaining event icons (for 0.9.3)
71 - Update "About" dialog with icon and source info
72 In 0.9.4:
73 - Through-the-wall fins
74 - Make ThicknessRingComponent implement RadialParent and allow
75   attaching components to a TubeCoupler  (for 0.9.4)
76 - Save file as oldest OpenRocket format possible  (for 0.9.4)
77 - Non-exception bug handling
78 - JTree text is cropped unnecessarily
79 - Allow editing user-defined materials
80 - [BUG] All configuration dialogs too high
81 - Simulation plot dialog forces dialog one button row too high (All/None)
82