Skip to content

Feat/data interfaces

Benjamin Vaysse requested to merge feat/dataInterfaces into develop
  • added some implementations for interfaces CommToLocalDataImpl, IhmMainToLocalDataImpl and ServerCommToServerDataImpl
  • update User creation in ihmMain and ihmChannel (User constructor has been updated)
  • Message became abstract : it can only be TextMessage or FileMessage
  • Created CRUD classes used to serialise objects in JSON for storage.
  • Subscriptions: a channel no longer has Users but Subscriptions

Merge request reports

Loading