Skip to content

Commit

Permalink
Update documentation/projects/proposals/rekognition_data/20240510-imp…
Browse files Browse the repository at this point in the history
…lementation_plan_machine_generated_tags_frontend.md

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
  • Loading branch information
obulat and AetherUnbound committed May 23, 2024
1 parent a4892f1 commit 48a8318
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,17 @@ There are several options of displaying these properties.
3. Display generated tags in sections by provider so that we don't duplicate the
tag provider on each tag. Then, on each tag, display the accuracy.

The first option is the simplest to implement, however, it fails to provide
the fullest information to the users. The second option provides the accuracy
and provider information to the user, however it is not very accessible.
Different browsers and screen readers treat the tooltips differently. We have
enough room on the page to display this data in full, using the third option:
labelling all the tags generated by a single provider with a "by provider"
heading, and adding the accuracy to the tag's inner content. This way, the
user will see the provider and the accuracy of the tag without any additional
actions. As a bonus, if a tag is generated by multiple providers, the user
will see that different providers generate the same tag, and will be able to
see the difference in accuracy between the providers.
The first option is the simplest to implement, however, it fails to provide
the fullest information to the users. The second option provides the accuracy
and provider information to the user, however it is not very accessible.
Different browsers and screen readers treat the tooltips differently. We have
enough room on the page to display this data in full, using the third option:
labelling all the tags generated by a single provider with a "by provider"
heading, and adding the accuracy to the tag's inner content. This way, the
user will see the provider and the accuracy of the tag without any additional
actions. As a bonus, if a tag is generated by multiple providers, the user
will see that different providers generate the same tag, and will be able to
see the difference in accuracy between the providers.

## Design

Expand Down

0 comments on commit 48a8318

Please sign in to comment.