Imposible Add member to learningPath

Created on 9 December 2022, almost 2 years ago
Updated 21 March 2024, 8 months ago

Problem/Motivation

I have 14000 Class and 4000 users in my Opigno lms 3.0.4.
Then i want add user in training the user list keep empty.

I have not possibility to add member to training

Steps to reproduce

- Install Opigno LMS 3.0.4 PHP 8.0 or 8.1
- Add more 2000 users
- Create a training
- Try to add member in training
In Chrome debug console aftem more 2 minutes
POST http://DOMAIN/fr/user_selection/users 502 (Bad Gateway)

Proposed resolution

For test i try to comment the line 5 to line 21 in userselect.js i view the user list, but is not a solution.

Remaining tasks

User interface changes

Maybe less sexy but functional

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
  • Performance

    It affects performance. It is often combined with the Needs profiling tag.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ͺπŸ‡ΉEthiopia tsega

    I believe with a large number of users, classes and trainings the add member form takes a very long time to load the user list; somewhere around > 3minutes. The site I'm working on has about 9K users.

    This results in very poor user experience.

    I am looking for ways to limit the initial load of users, e.g. 100 unfiltered users then as the user types in the search box fetch filtered users again limited to 100. Same thing goes for Class and Member filter.

  • πŸ‡ΊπŸ‡ΈUnited States pixiekat

    I've had this happen too on my site with a large user base. The list to populate users on the add members to learning path form takes a while to load.

  • Hi,
    Maybe my patch could help.
    The path remove the Opigno system and call the default system from group module to add members not class.

Production build 0.71.5 2024