venantius / darg

Kill the status meeting -- an abandoned IDoneThis competitor.
1 stars 0 forks source link

Refactor `darg.middleware.authentication` and `darg.routes` to sensibly avoid circular dependencies. #317

Closed venantius closed 9 years ago

venantius commented 9 years ago

Right now these two namespaces are poorly engineered in a way that causes d.m.a to import from d.r, instead of the other way around. We want to be able to pick up arbitrary auth middleware and layer it on in d.r., so the import order of these needs to be reversed.

venantius commented 9 years ago

Should be resolved by https://github.com/ursacorp/darg/commit/0956f2e23b79b4c047b1ec52259f6c8377653a7f