Differences between revisions 13 and 16 (spanning 3 versions)
Revision 13 as of 2013-10-28 16:14:02
Size: 2112
Editor: EnricoZini
Comment: Formatting
Revision 16 as of 2013-10-28 20:22:27
Size: 3813
Editor: EnricoZini
Comment: Twak
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== contributors.debian.org website development == = contributors.debian.org website development =
Line 7: Line 7:
== TODO list ==
Line 13: Line 11:
== Milestone 1: proof of concept ==

''We show only data from @debian.org and @users.alioth.debian.org accounts, which we can safely assume it can be made public without asking first.

We document how to build data mining scripts.

We call for teams to start experimenting with sending data to the site.''
Line 15: Line 21:
----
Also show when one started contributing
----
Details for a person, listing the contribution periods for each data source and contribution type, and all the associated identifiers.
----
`Identifier.get_absolute_url` with a page listing details about an identifier, like all known contributions.
----
Document how to create a data source (an example script to do it is in `git.debian.org:~enrico/get-webteam-contributors`
----
Line 31: Line 28:
----
`Identifier.get_absolute_url` with a page listing details about an identifier, like all known contributions.
----
Document how to create a data source (an example script to do it is in `git.debian.org:~enrico/get-webteam-contributors`

== Milestone 2: moar data sources ==

=== TODO list items ===

''We lobby teams for setting up data mining scripts and posting data to the site. We can help them set these up, but they should ultimately be the responsibility of the teams themselves.''

----
Team submission health report, a page with each data source, the time data was last posted to it, and the time of the last known contribution.
----
bts-based source
----
commit log based source
----
spam review data source
----
bits.debian.org data source
----
planet.debian.org data source
----
DSA data source
----
translators data source
----
wiki data source
----
events team data source
----
Add more ideas for data sources here

=== Milestone 3: more identifiers ===

''Get more kinds of identifiers into the mix: emails, gpg fingerprints, wiki names.

This needs figuring out both privacy requirements and integrity requirements: we need to avoid to open trolling avenues, like sending one silly bugreport a week as debiansux@ownyouftw.troll to get into the list. Identifiers should be somehow tied to reputation that is built up with constructive work: if one wants to have debiansux@ownyouftw.troll end up in the list, they need to earn it honestly :)

Identity management needs to be implemented, and this probably means waiting until after the single signon sprint meeting that should happen in January. Too much information is missing now to make good tradeoffs.''

=== TODO list items ===

During maintenance, scan names from GECOS / LDAP and add them to missing first/last names in User.

contributors.debian.org website development

See http://contributors.debian.org/ for the instance currently deployed.

See also http://www.enricozini.org/2013/debian/debian-contributors-right-after-debconf/ for some background.

This website TODO list contains only those items that can clearly be worked on right now, and is used as coordination between the people working on the site.

Generic wishlists, things that require large changes in the site, or things that need a lot of discussion before being implemented, are tracked on the BTS.

Milestone 1: proof of concept

We show only data from @debian.org and @users.alioth.debian.org accounts, which we can safely assume it can be made public without asking first.

We document how to build data mining scripts.

We call for teams to start experimenting with sending data to the site.

TODO list items

Associate to each Source a list of one or more Users who can edit it. This will also act as a documentation for who to contact if it stops posting data. The ?ManyToManyField has been added, but the interface to add it on source creation and add/remove names is still missing.

To break it down:

  1. When a new source is created, associate the current User as its only 'admins' memer
  2. Add an interface to list the current admins to anyone logged in.
  3. Add an interface for admins to add or remove admins OR add an interface for a person logged in to add or remove themselves as admins for one source (this is probably easier)


Identifier.get_absolute_url with a page listing details about an identifier, like all known contributions.


Document how to create a data source (an example script to do it is in git.debian.org:~enrico/get-webteam-contributors

Milestone 2: moar data sources

TODO list items

We lobby teams for setting up data mining scripts and posting data to the site. We can help them set these up, but they should ultimately be the responsibility of the teams themselves.


Team submission health report, a page with each data source, the time data was last posted to it, and the time of the last known contribution.


bts-based source


commit log based source


spam review data source


bits.debian.org data source


planet.debian.org data source


DSA data source


translators data source


wiki data source


events team data source


Add more ideas for data sources here

Milestone 3: more identifiers

Get more kinds of identifiers into the mix: emails, gpg fingerprints, wiki names.

This needs figuring out both privacy requirements and integrity requirements: we need to avoid to open trolling avenues, like sending one silly bugreport a week as debiansux@ownyouftw.troll to get into the list. Identifiers should be somehow tied to reputation that is built up with constructive work: if one wants to have debiansux@ownyouftw.troll end up in the list, they need to earn it honestly :)

Identity management needs to be implemented, and this probably means waiting until after the single signon sprint meeting that should happen in January. Too much information is missing now to make good tradeoffs.

TODO list items

During maintenance, scan names from GECOS / LDAP and add them to missing first/last names in User.

Resources