Does anyone have any suggestions for simple example projects I could write using Duct? The classic example is, of course, the todo list, but are there any other applications that might also serve well as an example?
Not specifically different than the classic todo list, but a place I often find myself stumbling is the next steps. I think I have a reasonable grasp on basic crud applications (and what is todo if not the "hello world" of crud applications?), but then I don't know how to layer in more complex pieces such as validation, error handling, authentication, authorization. I wonder if it would be possible to showcase a todo application that starts with duct's strength of wiring up existing modules and then giving a use case or two where "extra" stuff is needed, like not seeing someone else's todos, or a view-only vs editor mode
That's an excellent idea. I've been meaning to put together a module for email/password authentication for a while now.