-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code refactoring #51
Comments
|
Password validation is now somewhat shared in
|
Add method to notify owners of a given group about something via mail The GroupControllerProvider can be used for refactoring the various group-related actions in index.php, refs #51 Add required methods to LdapAdapter
Group-related code should be moved to new https://github.com/studieren-ohne-grenzen/dashboard/blob/develop/app/sog/Dashboard/GroupControllerProvider.php |
Move generation of buttons (and possibly other reusable components) to Twig Macros |
This is RE #27 (comment) but it better fits here: I had the same thought yesterday – I think we should just pass UIDs or OUs to the LdapAdapter and it will figure out what to do with it, e.g. retrieving the full respective DN first. This better fits the traditional model of passing primary keys to some sort of database abstraction layer. |
This issue is for collecting places in our code that can be optimized:
The text was updated successfully, but these errors were encountered: