Open
Description
Overview
Patchwork contains a sizable amount of code. Many of its features are orthogonal and could be broken up into different apps. I can see at least the following features:
- Bundling
- Todo Lists
- Tagging
- Subscriptions via email
- XML-RPC API
These apps don't have to be reusable, but they should be separate enough to have their own unit tests. They could inherit from a "core" project if necessary.
Alternatives
Leave things as they in a monolithic application.