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
Eventually, the gem should ask the user which services to integrate. For now, the base class TimeLogRobot makes calls to Toggl::Report and JIRA::WorkLogger, which is not great. The calls instead should be made to non-namespaced services, which then inspect some param/argument and route to the proper service accordingly. See the Entry and Tagger models for examples.
The text was updated successfully, but these errors were encountered:
Eventually, the gem should ask the user which services to integrate. For now, the base class
TimeLogRobot
makes calls toToggl::Report
andJIRA::WorkLogger
, which is not great. The calls instead should be made to non-namespaced services, which then inspect some param/argument and route to the proper service accordingly. See theEntry
andTagger
models for examples.The text was updated successfully, but these errors were encountered: