anansi-project / rfcs

An initiative to structure the world of metadata for Comic Books, Mangas and other graphic novels.
84 stars 1 forks source link

Splitting of Static and Dynamic Data #29

Open Buried-In-Code opened 3 years ago

Buried-In-Code commented 3 years ago

Problem

A problem I've had with the various formats that have existed so far, as well as this project is the storing of dynamic data. The problem with storing dynamic data is that it is constantly changing and unless I'm constantly checking all of a sudden my data is out of date.

Example:

Proposition

I don't have an idea as to how to manage the dynamic data as current, but I would state that the file/s created from this RFC should only contain static data

gotson commented 3 years ago

At the moment the discussion is mostly about the data model, not its location.

To me there should be 2 location for the data :

Your point is interesting though, dynamic data could probably have a timestamp when exported, so it can be compared when retrieved from 2 exported instances.