-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Ressources
- Code: https://github.com/SturmDerLiebe/MotiData/blob/main/src/repositories/GroupRepository.ts
- TSDoc Reference: https://tsdoc.org/
- TSDDoc Compatibility: https://typedoc.org/documents/Doc_Comments.TSDoc_Support.html
Description
Tasks
- Read and understand what the GroupRepository does
- The method
receiveNewMessageswill eventually use a WebSocket Connection. For now it is ok to use this mocked implementation of a real api
- The method
- Add a Short Description of Job of the Class in the constructor
- Add one short Description of the main task of each method
- Add a very quick Description of each method and constructor Parameters
- Remove the
@throws anyResponse.json()related errorif we don't expect any Response Data back- That is usually the case when the Return type is
Promise<SimpleResponseDTO>and notPromise<SimpleResponseDTO<SomeDataType>>
- That is usually the case when the Return type is
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Todo