Closed ian-young closed 1 month ago
Added decorators to the code to enhance logging and ensure consistency in log output. Need to move forward with testing the memory management side of things. The class is created and implemented for the most part in 1ab8c7f.
Commit 54fde436ecb49a7ad717e72ee78e08498fcb96ca adds the Spinbox
to dynamically set retention. Its bounds are set to 30
and 90
which relate to what the Command Connector can do. A pop up may be appropriate if the user goes in and sets a value that violates these bounds.
[!NOTE] Text needs to be added to indicate to the user that the
Spinbox
is for setting the retention in days.[!IMPORTANT] It is also important that the user understands that retention needs to be an
int
value since they cannot set30.5
days worth of retention for example
Added Command Connectors, limitation to the retention period (users can only select 30, 60 or 90 days). Also cleaned up UI.
GUI
What's included