| Summary: | Capturing who and why users are adopting your component | ||
|---|---|---|---|
| Product: | Community | Reporter: | Cedric Brun <cedric.brun> |
| Component: | Website | Assignee: | phoenix.ui <phoenix.ui-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | etienne.juliot, mike.milinkovich, wayne.beaton |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Cedric Brun
You could do this now by starting a "feedback" thread on your project forum, and add a link on your web page to the specific thread. I have a dream that we'll be able to use the usage data to find couplings between bundles. So far an efficient query has eluded me, but I have gotten some help from a university researcher. The idea is to run a query that returns results that say how many different users have each different pairing of bundles. The original intent to was to determine the most common combinations of plug-ins to help direct testing efforts. Does something along those lines help? @Denis: that's a pretty basic though nice idea ! I'll experiment this solution right away with the amalgam project. @Wayne : that would be highly valuable, but is the UDC really collecting some kind of user identification ? The UDC tracks a user id so we know that data comes from a particular user. We do not, however, track any identification so we do not know who the user actually is. For your button "I use this project", perhaps we can simply use the new marketplace external link.
You can find it on the marketplace page for your project, on a link at the left (after logging).
And so, you just have to add an html like this one to your project page :
<script type="text/javascript">
url_site = 'http://marketplace.eclipse.org/node/1069'
</script>
<script src="http://marketplace.eclipse.org/sites/all/modules/drigg_external/js/button.js" type="text/javascript"></script>
Perhaps EMO or marketplace responsibles can promote projects' leaders to add this link and propose a place in the recommanded template for project (this kind of template: http://eclipse.org/acceleo/). If every project add this link without recommandation, it will be the jungle for web visitors (on time on the left, another on the right, another at the buttom ...).
Cédric said: > As project lead I often wonder : who is using my framework/component ? How many > are happy/unhappy ? (ok, the bugzilla already is a metric for the unhappy > users.) What kind of things are adopters doing with our components ? Denis said: > You could do this now by starting a "feedback" thread on your project forum, > and add a link on your web page to the specific thread. Cédric said: > @Denis: that's a pretty basic though nice idea ! I'll experiment this solution > right away with the amalgam project. Cédric have you ever tried my proposed solution? I added a link to a specific forum topic from the Modeling Package welcome page. That should do the trick, we'll see if it works. Thanks for your comments ! |