You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any change to the status property will create a new kanban list with the value, if it doesn't exist yet (as seen in the image example with the note fdsafadsfsdfd, where the status nonsettingstatus has not been defined once in the settings.
You are able to add items to lists that are not defined in the status settings (e.g. I could still use the open and in-progress lists and the items would show there, if I manually enter the values.
For the statuses which are not in the settings there are two obvious options (or a settings toggle for choosing one or them):
1. Show those non-settings statuses.
I would maybe add a bit of a darker shading or something that would instinctively show that these are non-standard. In some cases they might be errors that users want to detect, in others it might be part of the workflow.
2. Hide all of the statuses (and their notes) that are not defined in the task settings completely.
One thing that can be assumed is that any task note with a non-standard status has not been created by the TaskNotes app, or has an error (like by changing the status settings), so generally conditions where a user might not want to see them.
Maybe in the future there will be a functionality where other hidden notes are stored/shown (e.g. archived notes when you have >100 completed ones and don't want to see them.), which would allow you to also hide/show them there.
Use Case Examples
Use case for 1.:
Different Task plugin or something. Notes are created with a foreign status. You know that it is not created by TaskNotes but external. But you still have the option via Right Click for example to then put them into your TaskNotes flow, even if an external application has provided you with the first note. (although you can easily add the respective status to your settings, but who knows).
In the case of 1. you want those notes to at some point be integrated into your flow.
Use case for 2.:
Same thing as the case for 1., but you don't want the notes to be integrated into your flow. You don't want to see them or at least not to swarm your Kanban board.
Priority/Impact
None
Additional Context
I discovered this bug/hidden feature when encountering #258 . I think it might be useful somehow, or not. But it for sure needs to be accounted for.
Feature Category
Views (Calendar, Kanban, Agenda, Task List, Notes)
Problem Statement
fdsafadsfsdfd, where the statusnonsettingstatushas not been defined once in the settings.openandin-progresslists and the items would show there, if I manually enter the values.Proposed Solution
For the statuses which are not in the settings there are two obvious options (or a settings toggle for choosing one or them):
1. Show those non-settings statuses.
I would maybe add a bit of a darker shading or something that would instinctively show that these are non-standard. In some cases they might be errors that users want to detect, in others it might be part of the workflow.
2. Hide all of the statuses (and their notes) that are not defined in the task settings completely.
One thing that can be assumed is that any task note with a non-standard status has not been created by the TaskNotes app, or has an error (like by changing the status settings), so generally conditions where a user might not want to see them.
Maybe in the future there will be a functionality where other hidden notes are stored/shown (e.g. archived notes when you have >100 completed ones and don't want to see them.), which would allow you to also hide/show them there.
Use Case Examples
Use case for 1.:
Different Task plugin or something. Notes are created with a foreign status. You know that it is not created by TaskNotes but external. But you still have the option via Right Click for example to then put them into your TaskNotes flow, even if an external application has provided you with the first note. (although you can easily add the respective status to your settings, but who knows).
In the case of 1. you want those notes to at some point be integrated into your flow.
Use case for 2.:
Same thing as the case for 1., but you don't want the notes to be integrated into your flow. You don't want to see them or at least not to swarm your Kanban board.
Priority/Impact
None
Additional Context
I discovered this bug/hidden feature when encountering #258 . I think it might be useful somehow, or not. But it for sure needs to be accounted for.
Thank you.