Opened 13 years ago
Closed 4 years ago
#248 closed task (fixed)
Tutorial of the codebase documentation in wiki
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | documentation | Keywords: | |
Cc: | Parent Tickets: |
Description (last modified by )
If you're a new programmer, where does everything fit? We should have a nice guide to this! One thing we need is a tutorial of sorts for programmers. This guide should describe just very generally: - the routing - the views - the templates - the forms - the database/models ... and point to other pages for more specific information :) (A good strategy might be to do a "walkthrough" of one of the existing, clearly developed and simple views, from start to finish, which uses all these pieces?)
Change History (13)
comment:1 by , 13 years ago
Milestone: | 0.1.0 → 0.2.0 |
---|
comment:2 by , 13 years ago
Milestone: | 0.2.0 → 0.2.1 |
---|
comment:3 by , 13 years ago
Description: | modified (diff) |
---|
This should definitely happen before Google Summer of Code 2012, assuming that happens.
comment:4 by , 13 years ago
Milestone: | 0.2.1 → 0.2.2 |
---|
comment:6 by , 12 years ago
Priority: | minor → critical |
---|
comment:7 by , 12 years ago
Priority: | critical → major |
---|
comment:8 by , 12 years ago
Owner: | removed |
---|---|
Status: | accepted → assigned |
I'm unclaiming this ticket, though I'd like to work on it (and have been slowly improving things). There's a new developer zone section of our docs. If someone's interested in helping add tutorials here, I'm interested in talking about it!
comment:9 by , 12 years ago
Status: | assigned → accepted |
---|
comment:10 by , 10 years ago
Priority: | major → minor |
---|
I am changing the priority of this from major to minor. While I agree this would be great to have I just don't think it's as important as a lot of other issues on the tracker which really need people's attention. Don't let it being minor deter people from working on it though, if this is something someone wants to do, work on this issue would be greatly appreciated.
comment:11 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
We have some documentation in docs/devel/codebase.rst
, which at least partly covers this.