github-pr-dashboard icon indicating copy to clipboard operation
github-pr-dashboard copied to clipboard

groupByRepo appears to be inert

Open mayhew64 opened this issue 8 years ago • 4 comments

The groupByRepo in the sample config file does not appear to group the PR's in the UI

mayhew64 avatar May 18 '17 21:05 mayhew64

I had to disable that functionality temporarily because it was all kinds of broken after I moved to the backend approach.

joeattardi avatar May 19 '17 01:05 joeattardi

I have added a hacky approach in my fork to sort on repo and a secondary sort on the updated field. Once I get it refactored, I will push it.

mayhew64 avatar May 19 '17 14:05 mayhew64

Cool. Thank you for all your contributions!

joeattardi avatar May 19 '17 14:05 joeattardi

I have the sort figured out, however the GroupByRepo is not available as a logic switch. I need to add that in. Currently the sort always happens and there is no way to disable. The ConfigManager is not available in the Dashboard to control the sort.

mayhew64 avatar May 22 '17 12:05 mayhew64