we need to uniquely identify transmissions. Can be done by creating a UID (10 chars a-zA-Z0-9) and appending to the name of the synthesized file i.e. 2022-12-15_author_abcde12345.wav. We don't want to put the place in queue in the filename - otherwise when the transmissions are reorganised they'll need to be renamed.
then the queue can be implemented by creating another ListBox on the left side of the screen on which you can re-order the transmissions by drag&drop/arrow icons on the side that will allow you to move the transmissions up and down.
we need to uniquely identify transmissions. Can be done by creating a UID (10 chars a-zA-Z0-9) and appending to the name of the synthesized file i.e.
`2022-12-15_author_abcde12345.wav`. We don't want to put the place in queue in the filename - otherwise when the transmissions are reorganised they'll need to be renamed.
then the queue can be implemented by creating another `ListBox` on the left side of the screen on which you can re-order the transmissions by drag&drop/arrow icons on the side that will allow you to move the transmissions up and down.
knoflook
added this to the MVP project 2022-12-02 15:58:20 +00:00
knoflook
modified the project from MVP to very much needed improvements2022-12-02 16:03:10 +00:00
knoflook
changed title from figure out how to queue transmissions to implement transmission queue2022-12-02 16:03:22 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
we need to uniquely identify transmissions. Can be done by creating a UID (10 chars a-zA-Z0-9) and appending to the name of the synthesized file i.e.
2022-12-15_author_abcde12345.wav. We don't want to put the place in queue in the filename - otherwise when the transmissions are reorganised they'll need to be renamed.then the queue can be implemented by creating another
ListBoxon the left side of the screen on which you can re-order the transmissions by drag&drop/arrow icons on the side that will allow you to move the transmissions up and down.figure out how to queue transmissionsto implement transmission queue