oveits / ProvisioningEngine

Ruby on Rails based ProvisioningEngine Frontend for provisioning of legacy systems via Apache Camel Backend (SOAP/XML+SPML+File import)
3 stars 6 forks source link

Synchronizations should be visible in the Provisioning Tasks list #3

Closed oveits closed 8 years ago

oveits commented 8 years ago

All background jobs including the synchronization jobs should be visible in a tasks list. Today, only provision methods :create and :delete are seen.

oveits commented 8 years ago

Implementation idea: 1) add :synchronize as provision method or 2) generalize the provisioning tasks to general "tasks" or "tickets"

In order to decide between 1) and 2), I need to evaluate, which method is DRYer.

oveits commented 8 years ago

Implemented in https://github.com/oveits/ProvisioningEngine/commit/e697c3d30710b9048b233566d900b1bbf6a561fb (see this diff) like follows:

TODO:

oveits commented 8 years ago

Feature is implemented in https://github.com/oveits/ProvisioningEngine/commit/e697c3d30710b9048b233566d900b1bbf6a561fb. I will close the request. Implementation improvements will be handled in other request (e.g. issue #45).