-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of quick_traversal/sqlauthentication #123
Comments
That’s a good question. When I originally wrote that, I gave up on that section, as I was under a deadline. Since then, I’ve done the whole thing twice, once for O’Reilly and once for a hoped-for dedicated package: https://github.com/pauleveritt/pyramid_sqltraversal I’d be interested to hear your latest vision on pyramid_tutorials vs. cookbook. Then based on that, some choices:
—Paul
|
Well, the topic of the tutorial is not well-defined. Is it "traversal only" or "traversal with sqlalchemy"? traversal only
traversal with sqlalchemy
There is currently no traversal with sqlalchemy tutorial in official docs. If one were to be added, assuming all the content from the community-based Pyramid Tutorials and Pyramid Cookbook were merged into the official version, then we could kill off those two. Long-term, trypyramid.com and the official docs would supersede this repo's usefulness, and it would just go away: trypyramid.com would be the signpost directing users to the various tutorials, and the official docs and Cookbook would hold the content. Until trypyramid.com assumes that role, we can set up signposts in Pyramid Tutorials as we did for Humans and others.
As far as the degree of treatment, the rule of thumb is to avoid duplication and provide reference to official docs. |
That “Quick Traversal” tutorial was an attempt to teach (evangelize?) the concept of traversal, starting with no persistence. Just gradually building up the concepts. First with in-memory pure Python. I then showed ZODB, then showed SQL. I could rip out the ZODB one and focus on SQL traversal, but that would still leave out the most basic part (pure Python). I’m -1 on extending the official docs with a SQL traversal. I’m ok with getting rid of “Quick Traversal” as the only thing left in Pyramid Tutorials, and re-casting it in Pyramid Cookbook. —Paul
|
Excellent. I'll do the work here, in the Cookbook, and any other place where a specific tutorial in this repo is mentioned. One fewer repo to search for documentation will make me very happy, and provide a clear separation of official and community. See also: Pylons/pyramid_cookbook#155 |
@pauleveritt there's some source code without a narrative write-up. What's the back story on this?
https://github.com/Pylons/pyramid_tutorials/tree/master/quick_traversal/sqlauthentication
What do you think should be done with it?
The text was updated successfully, but these errors were encountered: