hello, i m developing a knowledge management tool using alfresco community edition3.3. i implemented an already built dashlet i.e tag cloud bt i want to knw the way to build a dashlet showing the that WHICH TAG IS PROVIDED BY WHICH USER. as there is already a dashlet which shows that which file is modified or uploaded by which user but it should also show the that which user has provided which tag.
You'd either have to completely refactor how tags are stored (currently as arrays of nodeRefs in a single property on a node) or add behaviour to persist the information elsewhere, making sure the two were kept in sync.