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
@sduenas suggested to improve the way backends are written. The idea of this enhancement is to study what the common parts are and move them to the shared code/objects.
The text was updated successfully, but these errors were encountered:
I've started working on this. It'll be in a branch in my fork. I aim to have something worth reviewing this week, even if it's just a small advance on the current situation.
For future reference: right now, the Bugzilla, GitHub, Jira, and Launchpad backends use the Backend class (e.g., class LPBackend(Backend)); Allura, Gerrit, Google Code, Redmine, and Sourceforge backends don't (e.g., class Allura()).
@sduenas suggested to improve the way backends are written. The idea of this enhancement is to study what the common parts are and move them to the shared code/objects.
The text was updated successfully, but these errors were encountered: