Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New setting option to change color and indicator type for the due based colors #66

Open
3 tasks
tu2-atmanand opened this issue Oct 21, 2024 · 1 comment
Open
3 tasks
Labels
enhancement An existing feature can be enhanced/improved. feature New feature or request
Milestone

Comments

@tu2-atmanand
Copy link
Owner

tu2-atmanand commented Oct 21, 2024

  • Give option for changing the three hard-coded colors for the due date based color indicator bar : Overdue, Today and Future. Also, the Undated ones. When the task is moved to the completed column, keep the color the same, as it helps to distinguish them better.

  • Give another option, type of this color indicator. As you know, Kanban philosophy comes from the idea that, earlier, the tasks were written on a Sticky notes and arranged on a wall/board. These stick notes used to be colored ones and each sticky notes use to represent certain type of task. In my case the color is representing the due date. So, this option will have two dropdown option, either Bar Indicator or Whole Card will have background color based on the color.

Since this is a small feature related to UI, here it is :

  • Give some outline shadow for each Task Item Card.
@tu2-atmanand tu2-atmanand converted this from a draft issue Oct 21, 2024
@tu2-atmanand tu2-atmanand added enhancement An existing feature can be enhanced/improved. future idea New Future or improvement, but not urgent, can be implemented in new branch labels Oct 21, 2024
@tu2-atmanand tu2-atmanand moved this from Future Ideas to Can be Implemented in Task Board Dev Dec 30, 2024
@tu2-atmanand tu2-atmanand added this to the 1.3.0 milestone Jan 8, 2025
@tu2-atmanand tu2-atmanand moved this from Can be Implemented to Planned for upcoming release in Task Board Dev Jan 8, 2025
@tu2-atmanand tu2-atmanand moved this from Planned for upcoming release to Can be Implemented in Task Board Dev Jan 8, 2025
@tu2-atmanand tu2-atmanand modified the milestones: 1.3.0, 1.4.0 Jan 8, 2025
@tu2-atmanand tu2-atmanand added feature New feature or request and removed future idea New Future or improvement, but not urgent, can be implemented in new branch labels Jan 8, 2025
@tu2-atmanand tu2-atmanand changed the title New setting option to change color and type of due based cards New setting option to change color and indicator type for the due based colors Jan 8, 2025
@tu2-atmanand
Copy link
Owner Author

tu2-atmanand commented Jan 8, 2025

Since, this exact feature can be also used to give custom colors to cards based on their tags (as requested in new FR : #104 ), there are some rules required on which color indicator should be prioritized and which should be applied to the cards.

Possible solution

  • Similar to the Tag colors setting under the Board UI section. Create two new similar setting for Due based color indicator and Tag based color indicator.
  • Both this setting sections will contain following properties :
    • A toggle button to enable or disable this feature.
    • Dropdown to select what type of indicator this will be. Two options as of now :
      • Left side-bar
      • Whole card background color (This has to be darker shade)
    • For Tag based color indicator : A row, similar to the Tag colors setting, which will consists of :
      • Tag name
      • Color value in RGBA
      • Color picker
      • Delete button
        -> Use similar layout from Notes Explorer using which it will easier to change the tag priority, better color picker etc.
    • For Due based color indicator : A row, which will consists of :
      • Name (Just to indicate the due type, like overdue, tomorrow, next week)
      • From
      • To (this two values will help to get the task due date, similar to how you create dated columns)
      • Color value in RGBA
      • Color picker
      • Delete button
        -> Sorting won't be required here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An existing feature can be enhanced/improved. feature New feature or request
Projects
Status: Can be Implemented
Development

No branches or pull requests

1 participant