Differences between revisions 20 and 23 (spanning 3 versions)
Revision 20 as of 2013-11-13 19:50:28
Size: 1735
Editor: EnricoZini
Comment: Another item done
Revision 23 as of 2013-11-16 12:05:23
Size: 1937
Editor: EnricoZini
Comment: Some items done, removed milestone clutter
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 layout of the editing forms /sources/update/NAME can still be improved; errors should be laid out so they stand out, spacing is unnecessary.
----
Line 15: Line 17:
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 ==

''technically all is done server-side''

== Milestone 3: more identifiers ==
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.
----

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.


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