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

Follow Me Mode #2

Open
AsaAyers opened this issue Aug 26, 2024 · 0 comments
Open

Follow Me Mode #2

AsaAyers opened this issue Aug 26, 2024 · 0 comments

Comments

@AsaAyers
Copy link
Collaborator

Today the way AppExplorer works is:

  • Point at a symbol in VSCode
  • run AppExplorer: Create Card
    • If no card was selected, it plops the card in the middle of your viewport
    • If a card was selected, the new card is placed below the selected card
      • This can end up stacking cards

Follow Me Mode

Ideally, we fix the card positioning to do something more reasonable so that things don't stack. Then in Follow Me Mode, any time you ctrl+click a reference in a code block represented by a card, it will make (or find) a card for the target symbol and connect them. This can allow you to leave a trail as you walk through through the codebase to get oriented.

Once you walk through the area you're looking to explore, the Miro board will need some work to move things around into more logical groupings. Today, nothing enforces lines on boards and you can draw them however you want. In this mode, I'd like to store the line information on the card so that it can be regenerated and/or verified if a line is removed.

@github-staff github-staff deleted a comment from Lxx-c Oct 23, 2024
@github-staff github-staff deleted a comment from Lxx-c Oct 23, 2024
@github-staff github-staff deleted a comment from Lxx-c Oct 23, 2024
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

No branches or pull requests

2 participants
@AsaAyers and others