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

Improving Exercise File Preview during Exercise Creation #36

Open
mihaela21k opened this issue Dec 19, 2024 · 0 comments
Open

Improving Exercise File Preview during Exercise Creation #36

mihaela21k opened this issue Dec 19, 2024 · 0 comments

Comments

@mihaela21k
Copy link
Collaborator

Feature: Improving Exercise File Preview during Exercise Creation

  Scenario: Syntax Highlighting in Previews
    Given the user is previewing an Exercise file to be generated in the chat
    When the user expands the snippet and the Exercise file is displayed
    Then the system should render the content of the Exercise with syntax highlighting (not just as plain text)

  Scenario: Opening Exercise Temporary Files in the Code Editor
    Given the user selects an Exercise file for preview in the chat
    When the Exercise file opens in the code editor
    Then the Exercise file should be marked as "temporary"
    And no storage or workspace state should be allocated for the file
    And the user can choose to create the exercise (then it will be stored)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant