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

Debug tools for Antelope lib #689

Closed
Viterbo opened this issue Nov 25, 2023 · 0 comments · Fixed by #690
Closed

Debug tools for Antelope lib #689

Viterbo opened this issue Nov 25, 2023 · 0 comments · Fixed by #690
Assignees

Comments

@Viterbo
Copy link
Collaborator

Viterbo commented Nov 25, 2023

Overview

Since we manage all the data displayed on the site using this library, it is crucial to have a robust set of development tools for debugging the content and behavior of this library.

Ideas (draft)

  • incorporate a function on each store that prints on the console the current state of the store.
  • populate the window object with useful functions that can executed from the console
    • access the stores by calling useStoreName()
    • print all store's data at once
@Viterbo Viterbo self-assigned this Nov 25, 2023
@Viterbo Viterbo linked a pull request Nov 27, 2023 that will close this issue
10 tasks
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 a pull request may close this issue.

1 participant