Does anybody use UserKit? I'm going to simplify it for my own needs and I want to know if I should try to roll my changes back into Webware. What I plan to do is:
* Add more test cases,
* Add storage of Roles in MiddleKit.
* Remove half of the different options for user managers with roles.
Right now there are four permutations of UserManager:
- UserManagerToFile
- UserManagerToMiddleKit
- RoleUserManagerToFile
- RoleUserManagerToMiddleKit
I don't see any situation where you would not want roles, so I plan to eliminate the two versions that do not have roles. This will reduce the number of permutations that need to be tested and make it easier to maintain.
-winston
_________________________________________
winston wolff - (646) 827-2242 - http://www.stratolab.com - learning by creating
- Re: [Webware-discuss] Refactor of UserKit Winston Wolff
- Re: [Webware-discuss] Refactor of UserKit Seth Remington