- Issue created by @catch
- 🇵🇱Poland Graber
One more thing would be nice to have:
lms_statistics containing report views but also some calculated summaries for lessons and courses. Opigno has opigno_statistics → that can be of some reference.
The plan for the LMS 1.0.x branch is to provide the base system (courses, classes, activities/answers etc.) in this project.
However the various activity types that currently ship with Opigno (or which might be added independently) aren't needed on all sites and might have their own external dependencies or complexities etc.
Therefore we think these should be maintained in their own d.o projects separate from the main project.
This is a model which has worked well for the group module - https://www.drupal.org/project/group → - e.g. https://www.drupal.org/project/grequest → and https://www.drupal.org/project/ggroup → etc.
Opening this issue to track the status of the various modules that will need some kind of equivalent. Once there are projects created for these, we can link them from here and also from the project page.
Initial @todo list:
These are the highest priority to port since they're LMS-specific.
Opigno ships with multiple 'feature' modules which in many cases re-implement features that are provided by much better supported contrib modules (dashboard) or which could be implemented as a recipe with only small modifications (catalog).
On our sites which are running the 0.2.x branch we've been slowly replacing them with views and similar (e.g. we don't use opigno_calendar, opigno_dashboard, opigno_catalog, opigno_skills_system, opigno_social).
opigno_calendar_event
opigno_calendar
opigno_dashboard could be a recipe with layout builder enabled on user profiles or using https://www.drupal.org/project/dashboard → . We could have a module providing some blocks though.
opigno_catalog - this should just be a recipe with a view. The query alter to hide/show private courses is fragile/bug prone and should be discarded, no need to show private courses in the catalogue to anyone.
opigno_skills_system - this is hard-coded into the core opigno modules (removed from LMS 1.0.x branch) and needs to be factored out so it's a clean, optional, add-on.
opigno_messaging
opigno_social
Porting activity modules is a good task for anyone wanting to help LMS reach a 1.0.0 stable release to work on, since overall these modules should have minimal interdependencies with each other, so can be worked on in parallel. There's a possibility that they'll get blocked on issues in the main project, but the sooner we know about those the better.
Active
1.0
Other
One more thing would be nice to have:
lms_statistics containing report views but also some calculated summaries for lessons and courses. Opigno has
opigno_statistics →
that can be of some reference.