ffalor / credit

Github Issues to Jira
Other
0 stars 0 forks source link

Ability to assign Epic and Ignore issues #1

Open ffalor opened 1 year ago

ffalor commented 1 year ago

Each issue should be assigned to an epic. Originally I was thinking an epic would be assigned to a repo, but you could have multiple epics in one repo.

Instead I was thinking of a menu to mass tag. This is what the interface would look like.

Enter EPIC Numer: TECH-1234

Select the issues you want to assign to the epic:

[ ] example issue 1
[ ] example issue 2
[ ] example issue 3
[x] example issue 4

Possible commands:

Enter to Select/Deselect,
Space to Select/Deselect,
Ctrl+Space to Select/Deselect All,
Ctrl+Enter to Submit,
j/k to Move Up/Down,
d to Delete a issue
Up/Down to Move Up/Down,
Esc to Cancel

This would cycle until there are no more issues without assigned epics.

/edit

I added d for delete. That way we can remove issues before they even get to the csv.

ffalor commented 1 year ago

@carlosmmatos thoughts?

ffalor commented 1 year ago

current TUI (still needs styling)

Left side is issue list that you will scroll up and down on and selecting issues you want to tag with a specific epic (checked ones mean they will be assigned on submit)

You can also use / to filter and search for specific issue

image

Right side is where you can edit the items. That way we can update them before we create the csv instead of needing to go through the csv.

For example: I changed the Issue Summary

image

Navigation/delection/etc are all implemented.

carlosmmatos commented 1 year ago

@ffalor looks DOPEEEEEE!!!!