-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update manual description of matches pane #1218
base: master
Are you sure you want to change the base?
docs: update manual description of matches pane #1218
Conversation
Signed-off-by: Hiroshi Miura <[email protected]>
When clear approval received, I will merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am proposing some rephrasing of the entries in the manual. Let me know if they are inaccurate, or if I inadvertently left some typos.
https://omegat.sourceforge.io/manual-snapshot/en/chapter.panes.html#panes.fuzzy.matches The current manual has the edit screen image. It may be better to improve there. |
What improvement do you have in mind ? |
@t-cordonnier propose UI change in PR #1224 . He can explain what is difference in the UI improvement. |
When you conclude the preference dialog label message in PR #1217 , you can update the corresponding manual section. |
Ok. I see that we have here a circular reference to @t-cordonnier’s work. :-) |
For your convenience here is a capture of the manual where should be updated. You can see an example of "<50/50/60% >" part. There will be changed in the serieas of PRs. |
Here is also an explanation of the change #1220 (comment) |
I replied there. Thank you. |
I fully agree with that, that is one reason why I generally encourage you to do a functional test (i.e. not an unit test) to understand what the change does, especially when it is about an UI change which cannot support unit tests... I also suggest that we do documentation changes and port to older branches only once all the job about the code in master branch is complete. That avoids to do the port/documentation twice in case we change our mind about one topic during the functional tests... |
That is why PR #1220 also has updates of acceptance test expectation which check actual UI component contents. |
Here again you speak about a unit test. This only checks whenever the code behaves as the developer expected. PR #1224 is more than a piece of code: it is proposal for a new way to present some values to the user. So, I would like to check whenever it behaves as a user would expect. There is no piece of code which you or me can write to check that. PS. Sorry for the "edit" action, this was not intentional (I clicked on wrong menu) but I did not see how to rollback... |
Actually, there is no product owner or product manager who write acceptance test cases as the users point of view, the @t-cordonnier can you show a role model to produce user expectation and feedback to the UI and functional test case? |
Pull request type
Which ticket is resolved?
What does this PR change?
Other information