revelrylabs / slax

Elixir Slack slash command handler
MIT License
14 stars 7 forks source link

Slax - Poker - Format Improvement #359

Closed Dschechner closed 9 months ago

Dschechner commented 9 months ago

Background

Currently, there is no sorting logic for the estimates. Improving this format will allow for the team to more easily decipher the results of the poker and eliminate unnecessary features. The purpose of this ticket is to add a format that will include spaces and commas between the estimators names, sort the estimates by ascending score, count the total number of people who estimated. It would also be beneficial to only repeat the name under the scores of the estimators if that person makes an additional comment.

Old PokerBot Example with Formatting, Sorting, and only showing Scores with Comments: Screenshot 2023-12-04 at 11 40 16 AM

Current Slax Example:

Screenshot 2023-12-04 at 11 52 50 AM

Scenario: Improve Estimate Formatting & Sort by Ascending Scores

Given I am a team member

Scenario: Only Show Scores with Comments Below Estimates

Given I am a team member And I make a comment on my estimated score

amandaphu commented 9 months ago

@Dschechner lets include a screenshot of a good example aka the thread i linked you from platform in aug

amandaphu commented 9 months ago

@Dschechner

Screenshot 2023-12-04 at 11 29 10 AM
amandaphu commented 9 months ago

looks great closing