Display MathCAT version in the NVDA MathCAT preferences dialog

Open Beginner friendly
#105 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Tech stack
python

Research direction

Start by locating the NVDA MathCAT preferences dialog and inspect the existing development build, which already uses a static label. Confirm the preferred placement and wording with the issue discussion, then verify that the selected presentation displays the MathCAT version and has the intended navigation behavior.

Written by the indexing model from the issue text.

Description

An NVDA user may want to know which version of MathCAT they are using. We can add this information to the preferences dialog thus:

Version 0.7.2

Three ways we could do this (at least)!

  1. Add a static label below the logo. The user can navigate to it using the object navigation.
  2. Add a read only edit box below the logo and place this in the tab order.
  3. Add the version to the dialog title.

Is the version string OK? Are there any preferences for the technique? In my development build we have a static label.

Dominant language
Python
Stars
10
Forks
10
Avg merge
10h 40m
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

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.

More from daisy/MathCATForPython

All issues in daisy/MathCATForPython

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.