[Feature Request] Reorder Labels #220

Closed
opened 2026-02-04 17:54:39 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @Naozumi on GitHub (Aug 26, 2022).

Would it be possible to have the ability to reorder the labels? For example, I have some labels that designate the priority and it would be better to have those sitting together in the label list.

Thanks
PS: Loving Planka & the work you guys are doing!

Originally created by @Naozumi on GitHub (Aug 26, 2022). Would it be possible to have the ability to reorder the labels? For example, I have some labels that designate the priority and it would be better to have those sitting together in the label list. Thanks PS: Loving Planka & the work you guys are doing!
OVERLORD added the enhancement label 2026-02-04 17:54:39 +03:00
Author
Owner

@Rohit-Shambwani commented on GitHub (Sep 8, 2022):

I would like to work on this enhancement.. Can I please get some kind of an approval from any contributor of this repository?
About Me:
I am a student currently completing his Post Grad in Computer Science. I have been assigned a course component which involves contributing to any open source project. I am liking this repository and would like to start from scratch to try getting this issue fixed

@Rohit-Shambwani commented on GitHub (Sep 8, 2022): I would like to work on this enhancement.. Can I please get some kind of an approval from any contributor of this repository? About Me: I am a student currently completing his Post Grad in Computer Science. I have been assigned a course component which involves contributing to any open source project. I am liking this repository and would like to start from scratch to try getting this issue fixed
Author
Owner

@meltyshev commented on GitHub (Sep 9, 2022):

Hi! Sure, feel free to make a pull request 🙏 If you need any help, you can ask me.

@meltyshev commented on GitHub (Sep 9, 2022): Hi! Sure, feel free to make a pull request 🙏 If you need any help, you can ask me.
Author
Owner

@Rohit-Shambwani commented on GitHub (Oct 16, 2022):

Hi @meltyshev I am facing difficulty in locating the source code where labels have been written..I have cloned the repo and done the deployment and development part..Can you please help me in locating the code where it is written for the label creations and operations?

@Rohit-Shambwani commented on GitHub (Oct 16, 2022): Hi @meltyshev I am facing difficulty in locating the source code where labels have been written..I have cloned the repo and done the deployment and development part..Can you please help me in locating the code where it is written for the label creations and operations?
Author
Owner

@meltyshev commented on GitHub (Oct 17, 2022):

Hi! It's hard to describe about every file.

Component with labels: client/src/components/LabelsStep/LabelsStep.jsx.
Logic when saving: client/src/sagas/core/services/labels.js.
Calculations for a next position: client/src/selectors/core.js.

Probably the easiest way would be to see how reordering tasks works, and make labels in a similar way.

@meltyshev commented on GitHub (Oct 17, 2022): Hi! It's hard to describe about every file. Component with labels: `client/src/components/LabelsStep/LabelsStep.jsx`. Logic when saving: `client/src/sagas/core/services/labels.js`. Calculations for a next position: `client/src/selectors/core.js`. Probably the easiest way would be to see how reordering tasks works, and make labels in a similar way.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#220