Goal
Allow the contact summary screen to be reorganized by a site admin.
Make It Happen
To support this project please contribute to https://civicrm.org/make-it-happen/contact-summary-editor
Current Status Quo
The contact summary screen is organized into blocks. The contents of those blocks, and the positions of those blocks, is not configurable.
Proposed Solution
Allow the existing blocks to be re-arranged or removed from the summary screen. The contents of those blocks will still not be configurable, however new blocks can be added from profiles. Extensions can also create blocks and make them available to be arranged on the summary screen.
4 commentaires
Afficher/Masquer les commentairesJun 14, 2018
Tim Otten dit :
In keeping with OHUPA , I've posted a draft of how the data on that screen could be mapped into AngularJS data-structures: https://gist.github.com/totten/cecd92ce13686888e729cc857989358a
(UPDATE) This is a piece of code I've been wanting to write for a while: https://github.com/totten/afform
Aug 01, 2018
Coleman Watts dit :
Update: Extension development is underway: https://github.com/civicrm/org.civicrm.contactlayout
Jun 28, 2018
JoeMurray dit :
What is schema representation of a block, and what is the api to create or retrieve?
Aug 01, 2018
Coleman Watts dit :
I have added api documentation to the readme: https://github.com/civicrm/org.civicrm.contactlayout