TODO: update the todo list

Add sections in todo file
This commit is contained in:
Stéphane Cerveau 2022-01-18 11:50:17 +01:00
parent e5334b1d5e
commit ef2a6ea1ba

31
TODO.md
View file

@ -24,35 +24,46 @@
## TODO ## TODO
### Graphview
- [ ] create a crate for graphview/node/port
- [ ] Remove a port from a node
- [ ] Implement graphview unit test
### app
- [ ] check that a node accept to create a port on request (input/output)
- [ ] Control the connection between element - [ ] Control the connection between element
- [x] unable to connect in and in out and out - [x] unable to connect in and in out and out
- [ ] unable to connect element with incompatible caps. - [ ] unable to connect element with incompatible caps.
- [x] unable to connect a port which is already connected - [x] unable to connect a port which is already connected
- [ ] create a crate for graphview/node/port - [ ] Create a window for the video output
- [ ] check that a node accept to create a port on request (input/output)
- [ ] Create a window for the video output
- [ ] Add multiple graphviews with tabs. - [ ] Add multiple graphviews with tabs.
- [ ] Property window in the main window - [ ] Property window in the main window
- [ ] Connect the GPS status to GST status - [ ] Connect the GPS status to GST status
- [ ] Implement graph dot render/load - [ ] Implement graph dot render/load
- [ ] Implement a command line parser to graph - [ ] Implement a command line parser to graph
- [ ] Unable to create a pad in an element without the template - [ ] Render the parse launch line in a message box
- [ ] Remove a pad from a node - [ ] Prevent to create a pad in an element without the template
- [ ] Implement graphview unit test - [ ] Check the pîpeline live
- [ ] Implement pipeline unit test - [ ] Implement pipeline unit test
- [x] Save node position in XML - [x] Save node position in XML
- [x] Autosave the graph - [x] Autosave the graph
- [ ] Check the pîpeline live - [x] Logger in file/app all over the app
- [ ] handle the caps setter element
- [ ] Add probes on each pad to monitor the pipeline - [ ] Add probes on each pad to monitor the pipeline
- [ ] Display pad properties with tooltip hover - [ ] Display pad properties with tooltip hover
- [ ] Render a media file - [ ] Render a media file
- [ ] Offer compatible element to a pad (autorender) - [ ] Offer compatible element to a pad (autorender)
- [ ] Display tags/meta/message detected - [ ] Display tags/meta/message detected
- [ ] Seek to position - [ ] Seek to position
- [ ] Use one listbox with name, favorites and rank (sort list)
### CI/Infra
- [x] Icon install - [x] Icon install
- [ ] Flatpak infrastructure - [x] Flatpak infrastructure
- [ ] handle the caps setter - [ ] Create a macos/windows job
- [x] Logger in file/app all over the app
## bugs ## bugs