You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a subset to #464 that is limited to the Note and a few related objects. One of the objects of this is to provide an "intuitive" way to think about note objects but also to separate core note contents from note metadata. The objects involved in this refactoring are Note and NoteEnvelope which currently look like so:
This is a subset to #464 that is limited to the
Note
and a few related objects. One of the objects of this is to provide an "intuitive" way to think about note objects but also to separate core note contents from note metadata. The objects involved in this refactoring areNote
andNoteEnvelope
which currently look like so:I am thinking of refactoring of renaming
NoteEnvelope
intoNoteHeader
and refactoring these as follows:This has a couple of benefits:
NoteHeader
is a bit more intuitive name as compared toNoteEnvelope
.Once implemented, this should unblock #412.
@hackaugusto, @polydez, @igamigo - would appreciate any feedback on this.
The text was updated successfully, but these errors were encountered: