Updated DjangoCon US 2012 Sprints (markdown)

alecperkins 2012-09-08 08:56:15 -07:00
parent 14026293e6
commit 4fe49aaa05

@ -21,8 +21,8 @@ Some of the gaps that need filling in:
* Resources & routers (See part 6 of the tutorial.) * Resources & routers (See part 6 of the tutorial.)
* Some bits of tweaking needed around format suffixes '.json' * Some bits of tweaking needed around format suffixes '.json'
* Various sections missing from documentation. * Various sections missing from documentation.
* Documentation bootstrap styling needs a bit of work. (Eg broken on mobile browsers right now) * ~~Documentation bootstrap styling needs a bit of work. (Eg broken on mobile browsers right now)~~
* Browseable API could do with a twitter Bootstrap redesign. (in progress @alecperkins) * Browseable API could do with a twitter Bootstrap redesign. ([Pull request](https://github.com/tomchristie/django-rest-framework/pull/254))
* Needs a better and more comprehensive test suite. * Needs a better and more comprehensive test suite.
* Really could do with BasicTokenAuthentication (OAuth needed too, but that's secondary.) * Really could do with BasicTokenAuthentication (OAuth needed too, but that's secondary.)
@ -41,7 +41,7 @@ It'll need implementing as an optional app, so that tokens are not always instal
Give it some bootstrap hotness. Give it some bootstrap hotness.
**In progress by @alecperkins at [browsable-bootstrap](https://github.com/droptype/django-rest-framework/tree/browsable-bootstrap).** **[Pull request](https://github.com/tomchristie/django-rest-framework/pull/254) - @alecperkins**
### Documentation about overriding default browseable API style. ### Documentation about overriding default browseable API style.
@ -57,12 +57,10 @@ There's now some really good documentation for authentication that you should us
Again use the authentication documentation as a rough template, but there's a bit more work here than for throttles/permissions. Again use the authentication documentation as a rough template, but there's a bit more work here than for throttles/permissions.
### Work on the documentation bootstrap style. ### ~~Work on the documentation bootstrap style.~~
**Fixes here: https://github.com/tomchristie/django-rest-framework/pull/253 - @alecperkins** * ~~Fix up the styling so it works on mobile sized screens.~~
* ~~The header bar does slightly odd things when it collapses - try to tidy that up.~~
* Fix up the styling so it works on mobile sized screens.
* The header bar does slightly odd things when it collapses - try to tidy that up.
### Implement Resources & Routers. ### Implement Resources & Routers.