thunderbird / thunderbird/github-action-thunderbird-aaq
Once we have redownloaded all the questions and answers until October 31, 2023 in ascending order, need to remove anything that depends on questions or answers being in reverse chronological order
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
- https://github.com/thunderbird/github-action-thunderbird-aaq/blob/e720baaa3c136dc6b0eb1b980eb9547fa27d1434/get-response-metrics.rb#L88 change TO:
a = answers_for_this_question.firstFROM:a = answers_for_this_question.reverse.first
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open get-response-metrics.rb at the referenced line and read how answers_for_this_question is used there. Replace the reverse-order lookup as specified, then check the surrounding code for the ordering dependency described in the issue and confirm the checklist item is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100