Changes between Version 2 and Version 3 of TutorialImprovementSprint


Ignore:
Timestamp:
Aug 19, 2012, 9:21:50 PM (12 years ago)
Author:
stumbles
Comment:

Transcribe whiteboard images.

Legend:

Unmodified
Added
Removed
Modified
  • TutorialImprovementSprint

    v2 v3  
    2626=== Brainstorming whiteboards ===
    2727
    28 Here are some pics of whiteboards we used for brainstorming areas for improvement:
    29   http://imgur.com/a/GeHDI
     28Installing Django is under-documented by the tutorial; eg. virtualenv
    3029
    31 (Reader, please transcribe these into text here if you have time; the images may die some day.)
     30We set users up for failure because we don't explain that migrations are important.
     31
     32We make the question of deployment confusing and opaque.
     33
     34We can provide "hints" that the user can optionally show/hide if they want more background.
     35
     363 groups to address:
     37
     381. Total beginners
     392. People coming from other frameworks
     403.
     41
     42Parametrize the tutorial?
     43
     44* JS show/hide parts
     45* check off boxes at beginning about your level of experience
     46
     47Google App Engine? Beginners very often come to Django thinking GAE will be the easiest way to deploy, but that's incorrect. Why we need to also point to Heroku (and other?) options.
     48
     49Projects suggestions:
     50
     51* Redesign docs homepage:
     52
     53  * break down into topics
     54  * make it easier to find things
     55
     56* Django explained to rails developers
     57
     58* No more Polls
     59
     60* class based views!
     61
     62Lots of people still use The Django Book
     63
     64Test runner confusion with creating/deleting databases
     65
     66Not enough info on testing views in particular as opposed to general unit-testing. Maybe part of testing reference docs?
     67
     68Other tutorials need to be linked, eg. how to use pip/virtualenv
     69
     70Suggested types of tools, eg. you probably should use a migration tool
     71
     72List of links to step 5
     73
     74Different versions by different vendors?
     75
     76But also why. Why even deploy your project. What does that mean?
     77
     78Python sucks on Windows.
     79
     80People sometimes don't know how to use the command line.
     81
     82"Where's my button?"
     83
     84Need to point to good outside tutorials for this.
     85
     86Encourage them to use virtualbox? But that turns newbies off.
     87
     88What about when people get through the tutorial and come out not knowing about platform-specific basics, like Windows env vars?
     89
     90Tutorial page 1
     91
     92Settings file
     93
     94At least have user change timezone and provide a link to the timezones used.
     95
     96What? There's an FAQ? Maybe update/integrate it somehow.
     97
     98Need best practises.
     99
     100* What is a project? an app?
     101* What about that apps/ folder practise?
     102* What about cross-app situations?
     103* Maybe make this part 5?
     104
     105Coming from Rails:
     106
     107* View and controller confusion
     108* Non-textbook MVC
     109* Template == Views??
     110* Even for beginners who hear about "MVC", a high-level/big picture would be useful
     111* Hints on the side for learning more Python, or inline boxes
     112
     113(Original whiteboard images: http://imgur.com/a/GeHDI)
Back to Top