ontopia / ontopia

The open source tools for building, maintaining and deploying Topic Maps-based applications.
https://ontopia.net
Apache License 2.0
54 stars 12 forks source link

Date/time updated #310

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment there is no easy way to tag topics with the date/time of the last 
change to the topic in Ontopoly. Adding a predefined PSI to the ontology, and 
automatically updating the field for topics which have it would solve this 
easily.

Original issue reported on code.google.com by lar...@gmail.com on 23 Sep 2010 at 1:37

GoogleCodeExporter commented 9 years ago
I've been looking for a mechanism to add occurrences to topics when they are 
modified, e.g., added by user xyz at datetime, modified by user..., deleted by 
user...
The last one (deleted by user...) is more complex, of course. 

Original comment by dan.sp...@gmail.com on 18 Nov 2010 at 9:19

GoogleCodeExporter commented 9 years ago
Here is a sample of how you can listen for changes in a topicmap. This specific 
case will add or update last-modified-at occurrences for changed topics.

Ontopia does not recognize users internally, so you have to find another way to 
store last-modified-by.

When it comes to deleted-by-user: this is completely domain specific. It would 
require you to *not* delete the topic, but flag it as deleted. Any query would 
then need to take this flag into account.

Original comment by qsieb...@gmail.com on 29 May 2011 at 1:20

Attachments: