thomas-institut / apm

Digital Edition web application for the Averroes Project
GNU General Public License v3.0
2 stars 0 forks source link

Implement partial chunks #48

Closed rafaelnajera closed 5 years ago

rafaelnajera commented 6 years ago

The problem is that the text of the chunk might not be contiguous and perhaps not even in the right order in a particular witness.

We need a way to mark parts of chunks with a sequence number so that the chunk text can be reconstructed properly.

The solution seems to be creating "chunk-part-start" and "chunk-part-end" items with chunk and sequence numbers associated with them

rafaelnajera commented 5 years ago

Implemented in v0.15.0