nextcloud / nextcloud/tables

[enh] "Add property" improvements

Open
#1,609 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
214
Forks
52
Avg merge
1d 10h
Merged PRs (30d)
82

Description

Currently the "add column" button opens a dialog with a tedious form where the user has to take a lot of decision before they can add a property to the table.

We can improve this by removing the creation dialog and instead open a searchable menu where users can choose between:

  • data types (such as checkbox, text field, e-mail)
  • Useful auto-filled presets (such as creation date, modified date, author)
  • Useful "fillable presets" (such as assignee, due date, status)

Here are a few example from our competitors
Image

Image

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 names no files, tests, or entry points. Start by tracing the current “add column” button and creation dialog in the frontend, then map the requested data types and presets into a searchable menu. Done means the dialog is replaced and users can select the described property categories.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.