Size: 1064
Comment: Initial todo list
|
Size: 1735
Comment: Another item done
|
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 3: | Line 3: |
== TODO list == | 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. |
Line 7: | Line 9: |
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 [[http://bugs.debian.org/nm.debian.org|BTS]] instead. | 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 [[http://bugs.debian.org/nm.debian.org|BTS]]. |
Line 9: | Line 11: |
=== TODO list items === | == Milestone 1: proof of concept == |
Line 11: | Line 13: |
`Identifier.get_absolute_url` with a page listing details about an identifier, like all known contributions. | |
Line 12: | Line 15: |
Create an interface to add new data sources ---- Create a POST interface to submit data from a data source |
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 == During maintenance, scan names from GECOS / LDAP and add them to missing first/last names in User. |
Line 19: | Line 29: |
* [[http://anonscm.debian.org/gitweb/?p=dc/dc.git;a=blob;f=README.md|Getting started with contributors.debian.org development]] (still to be written, it's basically just syncdb and migrate now, there is no test data atm) | * [[http://anonscm.debian.org/gitweb/?p=nm/dc.git;a=blob;f=README.md|Getting started with contributors.debian.org development]] |
Line 21: | Line 31: |
* [[http://lists.alioth.debian.org/pipermail/newmaint-site/Week-of-Mon-20131028/000032.html|contributors.debian.org milestones]] * Data model : [[attachment:nm-dc.png]] (graphed with {{{sqlt-graph}}} from {{{manage.py sqlall contributors}}} |
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
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
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