-
Notifications
You must be signed in to change notification settings - Fork 12
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
Invalidated Checks #3086
Comments
@benjore - can you verify my understanding (listed below) of the logic for the display of badges? Notes:
|
My issue, #3676, is what displays the Badges @PhotoNomad0 . I even have an invalidated icon all set up for this issue which I spent a lot of time on yesterday. This issue just needs to make a .json like we have for verseEdits, reminders, etc. is updated when ever a verse is edited which changes text that was either highlighted in tW or aligned in wA. We need to be able to know all at once for a whole project what verses are invalid. Right now we only look when a user clicks on that verse in the group menu. |
@PhotoNomad0 To hook this up to what I did, the contextIdReducer needs to have a boolean named 'invaludated' set to true like we do with contextId.reminders, contextId.comments, etc. |
Dependent on #3676. |
Tasks:
|
@benjore - Question: In WA tools when verse is invalidated, we currently reset the alignments. Should we also flag all checks in the verse as being invalidated? Answer: no |
@benjore - Question: when we do an usfm3 import, should we be checking each verse for changes and invalid selections before we open the tW tool. Answer: On tw open, we recheck all alignments. |
@PhotoNomad0 This is what is in the mockups that I am not seeing: |
Tasks:
|
@PhotoNomad0 Also note the invalidated icon that shows up in the blue bar (next to the other icons). The invalidated icon never shows up transparent (like the other icons) - it is either there in white, or completely gone. This will cover #4442 |
@cckozie - discussed this with Ben: since the current tooltip component we use does not natively support grey backgrounds, we are implementing invalidated popup with black background such as: |
Blocked waiting for #4318 |
Still need to fix showing invalidated on default verse. See this problem when you have selected an invalidated verse in tw, exit tool, and reopen tw tool. new branch to fix in UI toolkit: feature-mcleanb-3086/ShowInvalidatedSelection.5 |
Localization is in now. |
@cckozie - you should be able to test this now. |
User Story
As an aligner, I want to be able to update my translation and only re-aligning what has changed so that it saves me time and keeps me from discouragement.
As a checker, I want to be able to edit my translation and know which checks have been invalidated and have to be redone.
Notes
The text was updated successfully, but these errors were encountered: