Single card view
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Description
This issue is about the possibility of opening a single card/task alone - not only as a sidebar or modal dialog in front of the board.
This is kind of a duplicate of #2229, but it has a different focus - whereas #2229 focuses on the ability to see all information on one screen the primary focus of this issue is about the ability to view a single card/task as the main resource, without the board.
Motivation
Coming from issue trackers like Github/Redmine, this is what my typical way of working is:
- Receive a notification about an updated issue
- If interested click on link
- The issue "alone" opens and I can quickly scan description and (new) comments or actions and start working on it
- When done, write a comment / change attributes
- Close tab or go to issues list (here: board)
When evaluating possible task tracking solutions for a non-software project, the lack of this basic feature has been a critical to me. The nextcloud integration and the board view still made the difference to us in this case, but we also considered using Gitea or Redmine instead, which both have a single issue view (same goes for Github or Jira).
The "board style" UI is nice (and probably a major reason to use Deck in the first place), but it's only one way of representing the underlying content. I don't need it all the time, but I need to access the content of a card.
Related: While writing this proposal, I notice that a typical list view (as in Git/ea|hub|lab) is probably also an important tool for my workflow, as it allows to simply scan one (filtered) list (e.g. sorted by "recently changed"), which is harder to do in the column/board view (logically, but also UI-wise). I might write a different feature request for that topic.
Concrete proposal
- Design a single page view which has description and a timeline with comments in the main column and metadata aside (e.g. copy Gitea/Github as appropriate)
- Allow to switch between sidebar, modal and single item view
- Allow to setup whether links to outside should point to the single page view (I would want that) or to the modal/sidebar view (others would probably want this I'd assume)
Later:
- Allow to switch between board and list view (separate issue)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; begin by tracing the existing sidebar and modal card views. Define the single-card page around the requested description, comment timeline, and metadata, then verify navigation and configurable external links while keeping the separate list-view request out of scope.
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