Hi,
I am trying to find a way to enrich a User's data programmatically on the server side, ie within the Crowd application. This would be used for adding data from some legacy system. The data is dynamic, so the fixed key/value scheme that is available for User's attributes wii not suffice.
I am bit lost where to actually put this functionality:
Has anybody successfully implemented such a functionality? I would guess it is a rather common scenario.
Thanks
Community moderators have prevented the ability to post new answers.
I think you have the idae of a solution backwards. Instead of trying to somehow attach dynamic data to the user object, you should provide a component that can calculate the information you need based on the user you give it.
For simplicity and performance you should think of users as immutable objects and the data you calculate dynamically should be separate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.