tsbonev / nharker

NHaker - an offline writing organization tool
0 stars 0 forks source link

articles: store the entries in ArticleEntries #135

Closed tsbonev closed 6 years ago

tsbonev commented 6 years ago

We have an object for the ArticleProperties so it makes no sense to have the entries themselves only be id references. This change will also save us quite a few queries during the restoration of an article as a restored entry is already available.

tsbonev commented 6 years ago

Scrapped, stored in OrderedReferenceMaps.