On 26 March 2014 07:48, Dileepa Jayakody <[email protected]> wrote:
> > @Dan, > EmailContact's reputation is an aggregated and normalized reputation score > calculated based on the overall reputation scores of the emails exchanged > with that person. > Yes, understood. My question was, for ay given Email instance, is the Reputation that it is associated with the same as the Reputation associated with the EmailContact that sent it? ie email.reputation == email.contact.reputation for all instances. If so, then it's a derived relationship. But is it? > Initially the Reputation will only contain a single score value to > indicate the goodness of the email & email-contact. I intend to extend the > attributes of the Reputation object to provide more reputation details in > future. (eg: reputation scores in different contexts: business, friendship, > entertainment etc). > WDYT? > > ok. Still not sure if that's a value type or an entity type. The "different contexts" also sounds like either an entity or an enum type (Category?) But suggest leave that out for now, can refine later once get into the ins-and-outs of Mahout. > FYI I have setup a github project with the > simple_wicket_restful_jdo-archetype at [2]. I will use this to develop my > prototype. > thx; have forked it. Dan
