Move resolver functionality from properties.py to resolver.py.
TECHNICAL STEPS
Refactored property.py to resolver.py.
Moved functionality to RS_Resolver class.
Implemented register, and unregister function for resolver.py.
Added constants to resolver.py: STORAGE_DIR, USER_ID, SERVER_URL, STORAGE_URL, CHANNEL_ID.
Added update_button method to update the button in the header according to the one in the panel and vice-versa.
Removed property.py.
Removed config.py.
Adjusted code according to refactoring.
Logging improvements.
PURPOSE
Move resolver functionality from
properties.py
toresolver.py
.TECHNICAL STEPS
Refactored
property.py
toresolver.py
. Moved functionality toRS_Resolver
class. Implementedregister
, andunregister
function forresolver.py
. Added constants toresolver.py
:STORAGE_DIR
,USER_ID
,SERVER_URL
,STORAGE_URL
,CHANNEL_ID
. Addedupdate_button
method to update the button in the header according to the one in the panel and vice-versa. Removedproperty.py
. Removedconfig.py
. Adjusted code according to refactoring. Logging improvements.