magneticio / vamp.io

the vamp.io website
Apache License 2.0
24 stars 17 forks source link

create overview of all event types and tags #113

Open olafmol opened 7 years ago

olafmol commented 7 years ago

we should deliver a complete overview of all the "native" event types and their tags, and when they're generated (explanation). We currently have an overview of all event types, but not the tags they have.

gggina commented 7 years ago

Event types added to "using events" page http://vamp.io/documentation/using-vamp/v0.9.2/events/#event-type

olafmol commented 7 years ago

Vamp users would like to see a complete overview of all event tags for every event type. The recipe JSON definitions in Vamp Runner already give some indication of the kind of tags that are native to Vamp, but we need to have a clear overview of all tags that a type can generate.

dragoslav commented 7 years ago

There are some events which are well defined (e.g. archive) but we are also missing some (e.g. https://github.com/magneticio/vamp/issues/531). Main reason is that we need to make good requirements which events need to be reported. It's easy to get overwhelmed by all kind of events. I suggest that from a user perspective we make a list of desired events, what should be a format of custom workflow event etc. and at the end implement missing.

olafmol commented 7 years ago

@dragoslav +1. I think we need to start working from the "processes" and workflows that Vamp needs to support, and then apply events to the measurable steps/gates in these processes.