Feature #7363
Certificates search
Description
It should be possible to search a users' certificates (available to you only if certificates are set as public) by username.
This should lead to a page with details of each certificate in a list (links to certificates).
The certificates search should appear at least in your social network page, as a link. On this page, you should be able to see your certificates and, if enabled, a search box where you should indicate a username (in full, without auto-suggest).
Associated revisions
Add My Certificates page - refs #7363
Avoid duplication of code - refs #7363
Add certificates search - refs #7363
Fix languages variables name - refs #7363
Update languages file - refs #7363
User ChamiloSession for show message - refs #7363
User FormValidator validate method - refs #7363
Validate user exists - refs #7363
Show certificates search when allow_public_certificates is true - refs #7363
Fix show links when user is not connected - refs #7363
History
Updated by Yannick Warnier about 6 years ago
- Status changed from New to Assigned
- Assignee set to Angel Quiroz
- Estimated time set to 5.00 h
- Complexity changed from Normal to Challenging
- SCRUM pts - complexity changed from ? to 8
Updated by Yannick Warnier almost 6 years ago
Angel, I don't remember if you implemented this or not, but I cannot find it. Please update.
Updated by Angel Quiroz almost 6 years ago
- Status changed from Assigned to Needs testing
- Assignee deleted (
Angel Quiroz) - % Done changed from 60 to 100
Added pages:
- My certificates
- Search certificates, when allow_public_certificates is true
Updated by Yannick Warnier almost 6 years ago
- Status changed from Needs testing to Assigned
- Assignee set to Angel Quiroz
- if not connected, the link "My certificates" must not appear
- if not connected and "public certificates" is not enabled, then the whole block must not appear
Updated by Angel Quiroz almost 6 years ago
- Status changed from Assigned to Needs testing
- Assignee deleted (
Angel Quiroz) - % Done changed from 80 to 100
Correcctions
PR: https://github.com/chamilo/chamilo-lms/pull/697
Updated by Yannick Warnier over 5 years ago
- Status changed from Needs testing to Feature implemented
- Assignee set to Angel Quiroz
Implemented and working. We'll certainly make improvements in future versions, but for now it's fine. Thanks!
Add panel for certificates search - refs #7363