From 4fe49aaa054eaa6996212af2e790de74b369ca79 Mon Sep 17 00:00:00 2001 From: alecperkins Date: Sat, 8 Sep 2012 08:56:15 -0700 Subject: [PATCH] Updated DjangoCon US 2012 Sprints (markdown) --- DjangoCon-US-2012-Sprints.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/DjangoCon-US-2012-Sprints.md b/DjangoCon-US-2012-Sprints.md index 5bf14d6..0d0f656 100644 --- a/DjangoCon-US-2012-Sprints.md +++ b/DjangoCon-US-2012-Sprints.md @@ -21,8 +21,8 @@ Some of the gaps that need filling in: * Resources & routers (See part 6 of the tutorial.) * Some bits of tweaking needed around format suffixes '.json' * Various sections missing from documentation. -* 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) +* ~~Documentation bootstrap styling needs a bit of work. (Eg broken on mobile browsers right now)~~ +* 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. * 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. -**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. @@ -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. -### 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.