unicorn-fail / dreditor.org

Dreditor Browser Extension Site
https://dreditor.org
GNU General Public License v2.0
0 stars 1 forks source link

Separate dreditor_org module into different modules #10

Open markhalliwell opened 10 years ago

markhalliwell commented 10 years ago

Currently the dreditor_org module houses too much functionality and it's easy to get lost and understand what does what.

Recommending that we rename from dreditor_org to dreditor and have the following sub-modules:

dreditor_build - automated builds dreditor_gh or dreditor_github? - GitHub API / webhook events dreditor_release - release management (need to create)

More to come?

sun commented 10 years ago

Wondering whether the github/release/build code is actually that specific to dreditor.org to require a dreditor_ prefix…?

markhalliwell commented 10 years ago

Yes... and no. Some of it is very Dreditor specific. I don't think we'll really know until some of this stuff is flushed out more. I think using the dreditor_ prefix is fine until we're ready to abstract what we can and either 1) move upstream to existing contrib or 2) create a new contrib module(s)