slugbucket / crossword-hints

Python Flask web application to aid decipherment of cryptic crossword clues for known setters
GNU General Public License v3.0
1 stars 0 forks source link

Alphabetic ordering for solution types and seters #13

Closed slugbucket closed 5 years ago

slugbucket commented 5 years ago

The dropdown select lists on the crossword solution entry form for setters and solution types should be in alphabetic order.

slugbucket commented 5 years ago

Tracking as feat0010

$ git flow feature start feat0010
slugbucket commented 5 years ago

It would also improve the forms if these items were also sorted independent of case; at least one setter name starts with a lower case letter.

$ git add crossword_hints.py
$ git commit -m "feat0010 index and select form element listing for crossword setters, solution and setter types ordered alphabetically in lower case"
$ git flow feature finish feat0010
$ git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 2 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 499 bytes | 499.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To github.com:slugbucket/crossword-hints.git
   3526fdf..55234d7  develop -> develop