D-Rats icon indicating copy to clipboard operation
D-Rats copied to clipboard

Unused modules in D-Rats

Open wb8tyw opened this issue 3 years ago • 2 comments

Ticket for tracking unused modules in d-rats.

  • wu.py - Was once possibly used in qst.py.
  • reqobject.py - No references to it other than utils.py mentions it.
  • callsigns.py
  • ax25.py

wb8tyw avatar Aug 27 '22 18:08 wb8tyw

wu.py - Was once possibly used in qst.py. yes this is possible, as at some point in time I had substituted the Weather Undergound part with what is there now

maurizioandreotti avatar Sep 08 '22 14:09 maurizioandreotti

Unused class ProgressDialog found in miscwidgets.py. Current best practices are generally one major class per module, so moving ProgressDialog to its own progressdialog.py module. Then later we will see if there is someplace we can use this to improve the UI or reduce duplication.

wb8tyw avatar Jul 08 '23 15:07 wb8tyw