nextcloud / nextcloud/tables

Time Columns: allow for constant default value

Open
#732 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement
Dominant language
JavaScript
Stars
214
Forks
52
Avg merge
1d 10h
Merged PRs (30d)
82

Description

Is your feature request related to a problem? Please describe.

We use Tables to register hours in a given project. The starting time is usually the same. However, the data is not added at the starting time. So that's why the default value "now" for the time column is not helpful.

It would be nice to have the chance to configure a constant default time value for the time column.

Describe the solution you'd like

People can choose either "now" or any constant value as the default for time columns.

Describe alternatives you've considered

The altenative is only to set no default value. It is not very conventient to enter data.

Additional context

No response

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 time columns and their default-value behavior, but no files or tests. Start by locating where time-column defaults are defined and rendered in the Tables app, then trace how the value is stored and applied. Done means users can choose either “now” or a constant time and that both choices work when adding data.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.