We should provide a view which shows artifact level activity (i.e. changing of properties, addition of new versions, etc). We should also make the main activity view searchable by artifact/workspace.
Description
We should provide a view which shows artifact level activity (i.e. changing of properties, addition of new versions, etc). We should also make the main activity view searchable by artifact/workspace.
Working on GALAXY-321 I realized this becomes a breeze once the mentioned task is complete. Just put artifact, path, workspace or any related info into an event object and fire it via an eventManager. I'll not do that at the moment to keep the scope manageable, though.
Then it's only UI work that is of more effort left.
Andrew Perepelytsya added a comment - 11/Jul/08 04:51 PM Working on GALAXY-321 I realized this becomes a breeze once the mentioned task is complete. Just put artifact, path, workspace or any related info into an event object and fire it via an eventManager. I'll not do that at the moment to keep the scope manageable, though.
Then it's only UI work that is of more effort left.
Note that it would make sense to filter by artifact version as well. E.g. events logged against different versions of the same artifact. Consider an activity log entry today: Artifact /Default Workspace/test?version=1 was created
Andrew Perepelytsya added a comment - 14/Jul/08 02:34 PM Note that it would make sense to filter by artifact version as well. E.g. events logged against different versions of the same artifact. Consider an activity log entry today: Artifact /Default Workspace/test?version=1 was created
GALAXY-321I realized this becomes a breeze once the mentioned task is complete. Just put artifact, path, workspace or any related info into an event object and fire it via an eventManager. I'll not do that at the moment to keep the scope manageable, though.Then it's only UI work that is of more effort left.