Skip to content
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

Carbon coverage: Start Acceptance criteria for hidden items #17216

Open
Tracked by #18140
RichKummer opened this issue Aug 19, 2024 · 1 comment
Open
Tracked by #18140

Carbon coverage: Start Acceptance criteria for hidden items #17216

RichKummer opened this issue Aug 19, 2024 · 1 comment
Assignees

Comments

@RichKummer
Copy link

RichKummer commented Aug 19, 2024

The ability to hide unhelpful or inaccurate issue items is an important feature to the Carbon coverage plugin. This enables designers to flag certain items so they do not take. up space in the plugin UI and can safely be ignored. However, memory can become an issue with too many recorded hidden items.

We need to start figuring out the acceptance criteria for when the plugin should delete a hidden item.

For example:

  1. The memory of all hidden items should be cleared whenever the designer closes the Figma file running the plugin.

Every time you store you need a key and a value. Right now, everything is stored under one key. We can have multiple keys scoped to certain things like documents. We can then limit it to search through certain keys (like only document ID).

See below.

@RichKummer RichKummer changed the title Carbon coverage: Acceptance criteria for hidden items Carbon coverage: Start Acceptance criteria for hidden items Aug 19, 2024
@RichKummer RichKummer moved this to ⏱ Backlog in Design System Aug 19, 2024
@RichKummer RichKummer moved this to ⏱ Backlog in Design to Code Aug 19, 2024
@RichKummer
Copy link
Author

Hidden items should be cleared when...

  • TBD

Hidden items should be retained when...

  • TBD

Or we can map by priority:

Priority 01

  • TBD

Priority 02

  • TBD

Priority 03

  • TBD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog 🌋
Status: ⏱ Backlog
Status: ⏱ Backlog
Development

No branches or pull requests

2 participants