-
- Downloads
Note sync between clients & save to DB (#30)
* add note module * add migration * sync notes to clients and save notes to database * fix websocket event * add delete note function * fix * remove imports * update migrations
Showing
- database/migrations/.snapshot-collab_space.json 97 additions, 0 deletionsdatabase/migrations/.snapshot-collab_space.json
- database/migrations/Migration20230801143147.ts 16 additions, 0 deletionsdatabase/migrations/Migration20230801143147.ts
- src/channel/channel.module.ts 4 additions, 1 deletionsrc/channel/channel.module.ts
- src/channel/notes.gateway.ts 78 additions, 0 deletionssrc/channel/notes.gateway.ts
- src/note/note.entity.ts 34 additions, 0 deletionssrc/note/note.entity.ts
- src/note/note.module.ts 12 additions, 0 deletionssrc/note/note.module.ts
- src/note/note.service.ts 34 additions, 0 deletionssrc/note/note.service.ts
- src/room/room.controller.ts 12 additions, 1 deletionsrc/room/room.controller.ts
- src/room/room.entity.ts 7 additions, 1 deletionsrc/room/room.entity.ts
- src/room/room.service.ts 6 additions, 0 deletionssrc/room/room.service.ts
Loading
Please register or sign in to comment