-
Notifications
You must be signed in to change notification settings - Fork 371
Historic: Sprint: IETF97Sprint
The IETF 97 Code Sprint in Seoul will, as always, let you work on fixing those things about the datatracker which you most urgently desire to do something about.
The Sprint will be run according to the IETFSprintHowto.
If you plan to participate, please sign up on the IETF97SprintSignUp page.
This sprint will take place from 9:30 to 18:00 in meeting room Park Studio.
The coding will end 18:00 on the dot, with dinner afterwards. The meeting rooms map will help you find the way here: https://www.ietf.org/meeting/97/floor-plans.pdf
We have the mailing list "codesprints@ietf.org" to help with coordination and for use during the event. Please make sure you're subscribed before the event starts. More info on the list is available at https://www.ietf.org/mailman/listinfo/codesprints.
There is also a jabber room at codesprint@jabber.ietf.org.
For information on setting up your environment, code checkout and commit, etc., see the SprintCoderSetup and SprintDatabase pages.
During the sprint, please update the two tables below; this helps both with coordination and with getting the code merged, released, and deployed :-)
See you in Seoul!
- Address whatever is bothering you the most
- Identify an area of code which lacks testing coverage, and write tests
- Fix as many of the issues captured at EnhancementIdeas as we can.
Please consider the higher priority items first. If you're looking for a short task, look for rows marked "easy" . If there's something you hope the sprint will address that's not on that list, please enter it as a new ticket using http://tools.ietf.org/tools/ietfdb/newticket
Please fill in the following table when you've picked a task for the sprint. It's quite all right to pick and complete multiple tasks :-)
Who | Short Description | **Related ticket numbers ** |
---|---|---|
Jari | arkko.com author statistics revival (bring server up, update screen scraping to work again) | - |
Jean | cleaning up an ambiguous dialog box on canceling a submission | 1404 |
Ryan | Add ISO 3166 Code to proceedings attendees page | 2228 |
When you are ready to commit code which is ready form merge and release,
please use the phrase Commit ready for merge
in your commit message, if
all related changes are contained in one commit, or Branch ready for merge
if all your commits to your branch, up to the current, should be merged as
one unit. This is described more extensively in CodeRepository#Requestingamergetotrunk
For sprint work on other things than the datatracker, please fill in the following table:
Who | Notes |
---|
See (and add to) the list started at EnhancementIdeas -- current method of adding items is to open a new trac ticket.
If you have time to take on larger tasks between sprints, look through the full set of open tickets at http://wiki.tools.ietf.org/tools/ietfdb/report/13 for those not marked sprint.
-
A working knowledge of python and/or web design
-
Learn the basic concepts of Django 1.7, e.g., work through the excellent tutorial.
-
Bring a laptop with Python 2.7, Subversion and (optionally) Mysql (5.x) installed, and be ready to check out a branch of the IETF web site from the tools svn server. (Some hints on preparing mac laptops are at MacSetup, hints for Debian 1.7 at DebianWheezySetup)