Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
336 stars 131 forks source link

Use ajax in users list and only load visible data #148

Closed Fasse closed 8 years ago

Fasse commented 9 years ago

Now we load all users in the users management list. This could lead to long load times if you have > 1000 members. We should only load the users who where shown in html and the others should be loaded on paging. This feature is supported from Datatables and should be implemented. If you use the search field then all users should be searched. Also the assign users to roles dialog must be changed. Maybe this is an option for your HtmlTables.

pphlwmarcel commented 9 years ago

I've got an Admidio-Installation with more than 1000 members - If you need someone to test new code in a "live"-System just let me know.

Fasse commented 8 years ago

@pphlwmarcel please have a look at this post. There I have posted a link to a test version with a fix for the member mangement.