DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Unify logic and model subpackages #8

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

If we add a JSON-hidden, possibly-nil *Document field to both Events and Quorums, we can consolidate all the features together such that we have a single 'document' package, with one Document type, one Event type, and one Quorum type.

Don't bother getting rid of DocumentFiles, will do that in a different ticket unless it's completely inconvenient NOT to fold it in.