Skip to content

[SUBTASK]-Optimize TSDoc for GroupRepository #17

@SturmDerLiebe

Description

@SturmDerLiebe

Ressources

Description

Tasks

  1. Read and understand what the GroupRepository does
    1. The method receiveNewMessages will eventually use a WebSocket Connection. For now it is ok to use this mocked implementation of a real api
  2. Add a Short Description of Job of the Class in the constructor
  3. Add one short Description of the main task of each method
  4. Add a very quick Description of each method and constructor Parameters
  5. Remove the @throws any Response.json() related error if we don't expect any Response Data back
    1. That is usually the case when the Return type is Promise<SimpleResponseDTO> and not Promise<SimpleResponseDTO<SomeDataType>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions