You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the subscribers are doing too much, they should be used as controllers to register the callbacks and delegate the processing to the appropriate classes/services.
We need to refactor the code to split it between subscribers and classes/services.
A proposed architecture:
Admin
AdminPage
AJAX
Notices
Subscriber, using the 3 classes above as dependencies
REST
Handler
Subscriber
APIClient
CDNOptionsManager
ServiceProvider
The text was updated successfully, but these errors were encountered:
Currently the subscribers are doing too much, they should be used as controllers to register the callbacks and delegate the processing to the appropriate classes/services.
We need to refactor the code to split it between subscribers and classes/services.
A proposed architecture:
Admin
AdminPage
AJAX
Notices
Subscriber
, using the 3 classes above as dependenciesREST
Handler
Subscriber
APIClient
CDNOptionsManager
ServiceProvider
The text was updated successfully, but these errors were encountered: