Opened 11 years ago
Closed 22 months 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?)
Subtickets
Change History (13)
comment:1 Changed 11 years ago by
Milestone: | 0.1.0 → 0.2.0 |
---|
comment:2 Changed 11 years ago by
Milestone: | 0.2.0 → 0.2.1 |
---|
comment:2 Changed 11 years ago by
The original url for this bug was http://bugs.foocorp.net/issues/579 .
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|
This should definitely happen before Google Summer of Code 2012, assuming that happens.
comment:4 Changed 11 years ago by
Milestone: | 0.2.1 → 0.2.2 |
---|
comment:5 Changed 11 years ago by
Milestone: | 0.3.0 |
---|
As much as I'd love it to, not gonna be done by 0.3.0
comment:6 Changed 10 years ago by
Priority: | minor → critical |
---|
comment:7 Changed 10 years ago by
Priority: | critical → major |
---|
comment:8 Changed 10 years ago by
Owner: | Christopher Allan Webber deleted |
---|---|
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 Changed 10 years ago by
Status: | assigned → accepted |
---|
comment:10 Changed 8 years ago by
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 Changed 22 months ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
We have some documentation in docs/devel/codebase.rst
, which at least partly covers this.