Adam Lundrigan
Adam Lundrigan
Thanks! I'll take a stab at merging the two together this weekend.
> Uhhh.... userland validation? :-\ > > That's not really terrible from an API PoV: how many submissions/minute do we even hope to get? Not userland validation, bad wording on...
Yes, that is pretty much what I had planned for the client side behaviour.
It's been a challenge locking down time to work on it, but I still hope to have a prototype out for feedback tomorrow.
Quick summary of the major work to date: - Moved existing login/logout functionality to `/auth` so I could introduce a new controller to handle rendering the user module listing page...
@localheinz no worries, there's not much in here yet. I've been yanked away to deal with some time-sensitive client work so I haven't had time recently to work on it....
It's a largely cosmetic change anyway so I didn't put too much effort into writing a test for it...that whole controller is untested and needs a refactor to make that...
@localheinz thanks for the reivew. I've fixed the items you pointed out. As for returning the exception message it's not ideal but it's a good stop-gap to keep the spinner...
@Ocramius I mocked all the things; there are now four test cases covering the changes made in this PR
``` I'll take a look today ```