nextcloud / nextcloud/tables

Sunset V1Api.php

Open
#1,180 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop feature: api technical debt
Dominant language
JavaScript
Stars
214
Forks
52
Avg merge
1d 10h
Merged PRs (30d)
82

Description

It is only used by Api1Controller::indexTableRowsSimple() (now that the analytics datasource moved away from it in https://github.com/nextcloud/tables/pull/877). Also it is an awkward thing and not the way we deal with PHP APIs in Nextcloud. It is having only one strange method anyways.

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.

Research direction

The issue identifies V1Api.php and Api1Controller::indexTableRowsSimple() as the relevant locations; start by locating those references and confirming the analytics datasource no longer depends on the API. Done means the obsolete V1 API and its remaining usage are removed without leaving references.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api, backend
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.