cancel
Showing results for 
Search instead for 
Did you mean: 

how to develop custom dashlet

smartvarun01
Champ in-the-making
Champ in-the-making
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.

need urgent solution.

thanks
varun
4 REPLIES 4

mikeh
Star Contributor
Star Contributor
We don't persist which user applied each tag, so this information isn't available.

Thanks,
Mike

smartvarun01
Champ in-the-making
Champ in-the-making
thnks for ur reply bt i was thinking to develop a java script or to combine and make changes in them to get the desired result. is it possible?

mikeh
Star Contributor
Star Contributor
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.

Thanks,
Mike

smartvarun01
Champ in-the-making
Champ in-the-making
thnks