Feat/data interfaces
- added some implementations for interfaces
CommToLocalDataImpl
,IhmMainToLocalDataImpl
andServerCommToServerDataImpl
- 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