Skip to content

Add reviewed tests feature#7

Open
Wazzaps wants to merge 1 commit into
mainfrom
feature/reviewed-tests
Open

Add reviewed tests feature#7
Wazzaps wants to merge 1 commit into
mainfrom
feature/reviewed-tests

Conversation

@Wazzaps
Copy link
Copy Markdown
Owner

@Wazzaps Wazzaps commented Oct 16, 2024

Fixes #6

Add functionality to mark tests as reviewed on shift-click.

  • Add a new color for reviewed tests in the cell_colors object.
  • Modify the canvas drawing code to change the color of reviewed tests.
  • Add a method to handle shift-click events and mark tests as reviewed.
  • Save reviewed tests in local storage with a key containing the project and run ids.
  • Load reviewed tests from local storage on component mount.

For more details, open the Copilot Workspace session.

Fixes #6

Add functionality to mark tests as reviewed on shift-click.

- Add a new color for reviewed tests in the `cell_colors` object.
- Modify the canvas drawing code to change the color of reviewed tests.
- Add a method to handle shift-click events and mark tests as reviewed.
- Save reviewed tests in local storage with a key containing the project and run ids.
- Load reviewed tests from local storage on component mount.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Wazzaps/greendots/issues/6?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Shift-clicking a test should "mark it as reviewed"

1 participant