Feature #279
vCard export of users
Description
- the "shared profile" page
- the normal profile page
- the users details page (in the admin users list, when clicking on the "i" icon)
- firstname/lastname
- contact phone (if any)
- language (from Chamilo interface's language)
Ideally, when clicking on a vCard export icon through a mobile phone, it should detect it as a new contact.
Microformat's page recommends using h-card rather than vCard: http://microformats.org/wiki/microdata#microdata_vCard_vocabulary
Also, it recommends wrapping it in a "hcard" tag for better indexation by Google (although this is not the point of our vCards here).
Example of vCard (but find or write a license-compatible library to do that): http://microformats.org/wiki/hCard#Sample_vCard
Use something like that for the icon: https://commons.wikimedia.org/wiki/Category:Nuvola-inspired_icons_for_MediaWiki#/media/File:Nuvola-inspired_File_Icons_for_MediaWiki-fileicon-vcard.png (ask Alex to generate the PNGs and optimize the SVG please)
Associated revisions
Fixed a minor bug (remove unnecesary requires) - Refs #279
History
Updated by Carlos Vargas over 11 years ago
Actualizado por Juan Carlos Raña hace más de 2 años
Comment
It works and it's easy
Why not incorporate it to Dokeos 1.8.5 ?
http://www.dokeos.com/forum/annexes/vCard_plugin.rar
http://www.dokeos.com/forum/viewtopic.php?t=7844
#2
Actualizado por Isaac Flores hace alrededor de 1 año
Comment
CONPAR : $3
*Esta tarea es parte del concurso de parches de dokeos latinoamerica *
Después de realizar la tarea, los archivos necesarios para lograr esta, deben ser adjuntados en la tarea para ser evaluados
*Si se encuentra alguna señal de plagio en un desarrollador,este será excluido del concurso *
#3
Actualizado por Yannick Warnier hace 3 meses
- Versión prevista changed from 1.8.5 to 1.8.7 * Severity deleted * Complexity set to Average
Updated by Yannick Warnier about 11 years ago
- Assignee changed from Yannick Warnier to Carlos Vargas
- Target version changed from 1.8.7 to 1.8.7 beta
- SCRUM pts - complexity changed from ? to 5
Should be available from friends extended profile pages, enabled by an admin settings_current
Updated by Yannick Warnier about 11 years ago
- Status changed from New to Assigned
- Estimated time set to 4.00 h
Updated by Yannick Warnier over 10 years ago
- Assignee changed from Carlos Vargas to Curt Ricardo Rodriguez Salazar
- Target version changed from 1.8.7.1 to 1.8.8 stable
Updated by Yannick Warnier about 10 years ago
- Status changed from Assigned to New
- Assignee deleted (
Curt Ricardo Rodriguez Salazar) - Target version deleted (
1.8.8 stable)
Updated by Yannick Warnier over 6 years ago
- Category set to Users/Groups
- Status changed from New to Assigned
- Assignee set to Yoselyn Castillo
Updated by Yoselyn Castillo over 6 years ago
For studying and installing this plugin i think it would be necessary a little more time. But i am on this
Updated by Yannick Warnier about 6 years ago
- Assignee changed from Yoselyn Castillo to Angel Quiroz
Updated by Yannick Warnier about 6 years ago
- Status changed from Assigned to New
- Assignee deleted (
Angel Quiroz) - Target version changed from 1.10.0 to 2.0
I'm moving this to 2.0. I'm sure Symfony must have some component somewhere to deal with vCard exports, and it would make much more sense to wait until then to integrate it.
Updated by Yannick Warnier over 5 years ago
- Status changed from New to Assigned
- Assignee set to José Loguercio
Updated by Yannick Warnier over 5 years ago
- Subject changed from vcard export of users to vCard export of users
- Description updated (diff)
Updated by José Loguercio over 5 years ago
- % Done changed from 50 to 90
Implementing 90% almost done, only trying to add "language" to the vCard, i don't know if modify the lib main script is better than make a script to add it cuz the main script doesn't support the language tag.
Updated by José Loguercio over 5 years ago
- % Done changed from 90 to 100
Done! now you can export a vcard from profile, testing now in mobiles
Updated by Alex Aragon over 5 years ago
- % Done changed from 100 to 80
Cual es la rama de esta tarea?, para proba y crear un icono para la vcard...
Updated by José Loguercio over 5 years ago
- Assignee changed from José Loguercio to Alex Aragon
https://github.com/jloguercio/chamilo-lms/tree/279
Realizado la exportacion de las vCards en los perfiles normal/shared/userList(admin)
Asignando a Alex Aragon para mejorar los nuevos Iconos
Updated by Alex Aragon over 5 years ago
- Assignee changed from Alex Aragon to José Loguercio
Listo cambios enviado a la rama de Jose.
Updated by Yannick Warnier over 5 years ago
- Status changed from Assigned to Feature implemented
- Target version changed from 2.0 to 1.10.0
- % Done changed from 80 to 100
Added new lib to vCard Exports - Refs #279