Ben Petersen
Ben Petersen
Started looking into this. The main issue I see is that a `lane` is just a string, but needs to be an object, something like: ```javascript // config/sort/lanes.json { name:...
@BaldissaraMatheus prob would be good to get your input here, before just hacking something. I'd rather hack on it further with your vision of what an object like `lane` should...
Yeah definitely no need to overdo it, keeping it simple makes sense. There is a sweet spot of simplicity/consistency somewhere. I'm a bit inclined to think an `object { }`...
Updated feedback, have to step away, but will give it my own final review when i return and LGTM per the guide. 👍
Quick cross ref to the related feature post PR: https://github.com/kubernetes/website/pull/50756
Awesome, thanks @lmktfy. Happy to make those last 2 changes as a follow if you like.
@BaldissaraMatheus this one might be an easy win for potential contributors?
@BaldissaraMatheus do you have any strong feelings on this? I'd consider poking around to contrib, but it may go against your vision for the project. Wouldn't want that.
Agree! Its a mixed bag. No rush to impl something that wouldn't be a clear obvious win. Can close this, or keep it open for future brainstorming. 🤷
prob could just use tags for this (at least in the short term). IE: - Tags: `project`, `kitten`, `assignee:bob`, `assignee:betty`. win here is that it would support multiple assignees if...