mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Feature Request] Reorder Labels #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
@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
@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.
@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?
@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.