Size: 1837
Comment: New item
|
Size: 2153
Comment: New item
|
Deletions are marked like this. | Additions are marked like this. |
Line 18: | Line 18: |
---- 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.
Milestone 1: proof of concept
The editing form at /sources/update/NAME needs a reasonable layout, and some explanatory text.
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
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.
Milestone 2: moar data sources
technically all is done server-side
Milestone 3: more identifiers
During maintenance, scan names from GECOS / LDAP and add them to missing first/last names in User.
Resources
bugs are tracked in the Debian BTS under nm.debian.org, with an appropriate tag in the subject
Data model : nm-dc.png (graphed with sqlt-graph from manage.py sqlall contributors