pymc-devs / pymc-devs/pymc-examples

Fix order of tags

Open
#438 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
398
Forks
325
Avg merge
9d 15m
Merged PRs (30d)
1

Description

Currently, the tags are ordered first by capitalised/uncapitalised, then by alphabetical order.

I propose that this change to be only sorted by alphabetical order, regardless of capitalisation.

Currently, tags look like this:
Screenshot 2022-10-10 at 22 26 04

PS. I don't know how to go about implementing this.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by locating where the example site's tags are generated or sorted, then inspect the current ordering behavior and add coverage showing that tags sort alphabetically without separating capitalized and uncapitalized values; done means the displayed order matches that case-insensitive alphabetical result.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.