Differences between revisions 22 and 24 (spanning 2 versions)
Revision 22 as of 2013-11-15 12:46:36
Size: 2153
Editor: EnricoZini
Comment: New item
Revision 24 as of 2013-11-16 14:27:16
Size: 2234
Editor: EnricoZini
Comment: New entry
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
== Milestone 1: proof of concept == == TODO list ==
Line 13: Line 13:
The editing form at /sources/update/NAME needs a reasonable layout, and some explanatory text. The layout of the editing forms /sources/update/NAME can still be improved; errors should be laid out so they stand out, spacing is unnecessary.
----
Add a new Source.data_since field to Source, DateField(null=True), which when present means that there are contributors from before that date, but data is only available since that date. When showing contributions, if c.since<=data_since then show "Since records began" instead of a date.
Line 17: Line 19:
Document how to create a data source (an example script to do it is in `git.debian.org:~enrico/get-webteam-contributors`
----
Line 21: Line 21:

== Milestone 2: moar data sources ==

''technically all is done server-side''

== Milestone 3: more identifiers ==
----

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.

TODO list

The layout of the editing forms /sources/update/NAME can still be improved; errors should be laid out so they stand out, spacing is unnecessary.


Add a new Source.data_since field to Source, ?DateField(null=True), which when present means that there are contributors from before that date, but data is only available since that date. When showing contributions, if c.since<=data_since then show "Since records began" instead of a date.


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


Autodetect compression type from uploaded file name, if available. This allows to just use curl -F data=@file.json.gz without needing -F data_compression=gzip. Look into contributors/importer.py ValidatingDict.get_data: f is a Django ?UploadedFile object with a .name attribute.


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

Resources