nextcloud / nextcloud/spreed

Backend long term tasks

Open
#6,235 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

overview technical debt
Dominant language
PHP
Stars
2.2k
Forks
587
Avg merge
18h 27m
Merged PRs (30d)
333

Description

This is a list of long term tasks. We might not work on them actively for now, but new code should respect the tasks and not repeat old behaviour:

  • Database interacting functions from the Room class should be moved/migrated to the OCA\Talk\Service\RoomService
  • OCA\Talk\Room should be an ordinary OCP\AppFramework\Db\Entity class in the OCA\Talk\Model namespace
  • $this->dispatcher->dispatch() is deprecated, so we need to move to dedicated events

Move DB interactions to RoomService


Replace Room participant getters with ParticipantService

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.