Germandrummer92 / TalkingRobot

PSE
0 stars 0 forks source link

History #30

Open rosine opened 10 years ago

rosine commented 10 years ago

after logging in the date of last access is not modified and after accepting a recommendation the preferences also do not seem to be saved

Germandrummer92 commented 10 years ago

user accessdate is now correctly updated

Germandrummer92 commented 10 years ago

also works now for the recommendation history.

rosine commented 10 years ago

after logging in for a second time the history gets deleted

luizhsilva commented 10 years ago

@Germandrummer92 , where did you implement the recomm history? I had implemented it in the CRDialog, after the user says yes, to save a history directly accessing user data. What is missing is still the use of the user history to determine a suggestion, which is partially implemented, but it was not working well so I haven't commit that.

Germandrummer92 commented 10 years ago

Yes, you had it implemented but forgot to call the UserData.writeFile () method which I added. If it gets deleted after the 2nd login you probably just overwrite the old history instead of adding a new entry to the list of suggestions.

luizhsilva commented 10 years ago

Ach soo Ok!