opral / lix-sdk

1 stars 0 forks source link

remove `change.author` till accounts milestone #104

Closed samuelstroschein closed 3 weeks ago

samuelstroschein commented 3 weeks ago

@samuel.stroschein said in LIXDK-124:

moving this issue to the accounts milestone. it doesn't make sense to implement this now as part of data structure stabilty if we do not have an accounts table/consensus how we design this.

apps can display changes without knowing the author of a change. THAT'S OK for the prototyping phase.

Proposal

Remove change.author entirely to stabilize the data structure now and add proper accounts with tables etc in the accounts milestone.

samuelstroschein commented 3 weeks ago

LIXDK-124 was also blocked by implementing the state model LIXDK-118

samuelstroschein commented 3 weeks ago

NVM the junction table can be implemented without an account table.