[GH-ISSUE #1733] [FR] Renaming "No Status" #9075

Closed
opened 2026-03-24 21:09:06 +00:00 by mirror · 9 comments
Owner

Originally created by @ghost on GitHub (Jan 20, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1733

Originally assigned to: @richardshiue on GitHub.

Description

Good day. I am using AppFlowy for Bug Tracking, Software Ideas and Game Ideas and I am thoroughly impressed with the Software. I do feel like there is a missing feature which is the option to rename Categories.

Impact

By allowing users to rename categories, it will improve the organization of Current Bugs and allow us to work in an effiecient manner.

Additional Context

I am currently using AppFlowy to have an updated list of GlimeshTV Bugs and this feature would be a godsent for me as a fellow Bug Hunter.

Originally created by @ghost on GitHub (Jan 20, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1733 Originally assigned to: @richardshiue on GitHub. ### Description Good day. I am using AppFlowy for Bug Tracking, Software Ideas and Game Ideas and I am thoroughly impressed with the Software. I do feel like there is a missing feature which is the option to rename Categories. ### Impact By allowing users to rename categories, it will improve the organization of Current Bugs and allow us to work in an effiecient manner. ### Additional Context I am currently using AppFlowy to have an updated list of GlimeshTV Bugs and this feature would be a godsent for me as a fellow Bug Hunter.
mirror 2026-03-24 21:09:06 +00:00
Author
Owner

@annieappflowy commented on GitHub (Jan 22, 2023):

Hi @MrTeeXD , I'm glad that you find AppFlowy helpful, and thanks for sharing your use cases with us, super valuable!
Can you elaborate on renaming Categories? I'm not sure which feature you are referring to. I'd like to improve AppFlowy and make it better for you :)

<!-- gh-comment-id:1399389885 --> @annieappflowy commented on GitHub (Jan 22, 2023): Hi @MrTeeXD , I'm glad that you find AppFlowy helpful, and thanks for sharing your use cases with us, super valuable! Can you elaborate on renaming Categories? I'm not sure which feature you are referring to. I'd like to improve AppFlowy and make it better for you :)
Author
Owner

@ghost commented on GitHub (Jan 22, 2023):

Good day, I find the current implementation of renaming Categories............confusing. I attempted to rename the "No Status" category but found it was not an option. Also, when deleting a Category, it does not appear to fully delete the Category and it still remains visible and interactive.

<!-- gh-comment-id:1399390194 --> @ghost commented on GitHub (Jan 22, 2023): Good day, I find the current implementation of renaming Categories............confusing. I attempted to rename the "No Status" category but found it was not an option. Also, when deleting a Category, it does not appear to fully delete the Category and it still remains visible and interactive.
Author
Owner

@annieappflowy commented on GitHub (Jan 26, 2023):

https://user-images.githubusercontent.com/12026239/214880377-3d9038c5-6f85-462b-8161-2967d1d08916.mp4

I see. I made a recording on how to rename group-by values. Please check and see if this resolves your problem.
"No Status" is not able to rename at the moment, although we can make it a feature request to consider.

<!-- gh-comment-id:1405205613 --> @annieappflowy commented on GitHub (Jan 26, 2023): https://user-images.githubusercontent.com/12026239/214880377-3d9038c5-6f85-462b-8161-2967d1d08916.mp4 I see. I made a recording on how to rename group-by values. Please check and see if this resolves your problem. "No Status" is not able to rename at the moment, although we can make it a feature request to consider.
Author
Owner

@ghost commented on GitHub (Jan 26, 2023):

Ahh, awesome. I did also find a weird bug where If I create a new category and then delete it, that New Category still shows in the Board View causing me to create a fresh new Board List.

<!-- gh-comment-id:1405301175 --> @ghost commented on GitHub (Jan 26, 2023): Ahh, awesome. I did also find a weird bug where If I create a new category and then delete it, that New Category still shows in the Board View causing me to create a fresh new Board List.
Author
Owner

@annieappflowy commented on GitHub (Jan 28, 2023):

Thanks, @MrTeeXD . I'm able to reproduce the bug. Will assign folks to fix it soon.

<!-- gh-comment-id:1407328001 --> @annieappflowy commented on GitHub (Jan 28, 2023): Thanks, @MrTeeXD . I'm able to reproduce the bug. Will assign folks to fix it soon.
Author
Owner

@annieappflowy commented on GitHub (Feb 7, 2023):

"By the way, if I were be able to rename the No Status board, I'd probably make it notes, so that I can refer to notes when I'm working on my LUA script
I think all boards should be renameable including No Status
Even if people don't use it, it just makes it more customisable
I'm sort of speaking for the people here, which I don't know whether I should because I don't know what people think, but yeah." by civil on Discord

<!-- gh-comment-id:1420773055 --> @annieappflowy commented on GitHub (Feb 7, 2023): "By the way, if I were be able to rename the No Status board, I'd probably make it notes, so that I can refer to notes when I'm working on my LUA script I think all boards should be renameable including No Status Even if people don't use it, it just makes it more customisable I'm sort of speaking for the people here, which I don't know whether I should because I don't know what people think, but yeah." by civil on Discord
Author
Owner

@annieappflowy commented on GitHub (Feb 21, 2023):

  1. Enable users to hide No Status.
  2. Enable users to rename "No Status" while giving visual clues to users so they know this is a "No Status" column.
<!-- gh-comment-id:1437969952 --> @annieappflowy commented on GitHub (Feb 21, 2023): 1. Enable users to hide No Status. 2. Enable users to rename "No Status" while giving visual clues to users so they know this is a "No Status" column.
Author
Owner

@Adda0 commented on GitHub (Jun 19, 2023):

  1. Enable users to hide No Status.
  2. Enable users to rename "No Status" while giving visual clues to users so they know this is a "No Status" column.

I confirm that, as one of the aforementioned “people”, I would appreciate both these features. It is a little thing, but it would improve UX a lot, I believe.

As of now, “No Status” is a developer naming revealing the internal implementation (an item needs a tag to categorize it, or it has no tag). The user has a different workflow and though process, I think. They create a new note, example, though, and later they want to categorize it as per their own organization. They should not think about having a tag or having none (resembling Rust Option<Tag>), they should instead think about the note being categorized or not. And that can be simply resolved by enabling either hiding the “no status” category entirely, or allowing them to rename it to something that suits their needs.

<!-- gh-comment-id:1596544635 --> @Adda0 commented on GitHub (Jun 19, 2023): > 1. Enable users to hide No Status. > 2. Enable users to rename "No Status" while giving visual clues to users so they know this is a "No Status" column. I confirm that, as one of the aforementioned “people”, I would appreciate both these features. It is a little thing, but it would improve UX a lot, I believe. As of now, “No Status” is a developer naming revealing the internal implementation (an item needs a tag to categorize it, or it has no tag). The user has a different workflow and though process, I think. They create a new note, example, though, and later they want to categorize it as per their own organization. They should not think about having a tag or having none (resembling Rust `Option<Tag>`), they should instead think about the note being categorized or not. And that can be simply resolved by enabling either hiding the “no status” category entirely, or allowing them to rename it to something that suits their needs.
Author
Owner

@YourMaster77W commented on GitHub (Aug 11, 2024):

August 2024 and there still is no horizontal scrollbar.. haha. But I did just learn that I can use Scroll + Shift to move the screen. Hope I don't forget tomorrow.. I am horrible with these kinds of shortcuts.
But don't get me wrong.. I love the fact that this company can bring some kind of competition to Trello.

<!-- gh-comment-id:2282646787 --> @YourMaster77W commented on GitHub (Aug 11, 2024): August 2024 and there still is no horizontal scrollbar.. haha. But I did just learn that I can use Scroll + Shift to move the screen. Hope I don't forget tomorrow.. I am horrible with these kinds of shortcuts. But don't get me wrong.. I love the fact that this company can bring some kind of competition to Trello.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#9075
No description provided.