-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Feature: Updating Exercises
Scenario: Editing Exercise Instructions
Given the user wants to update an exercise
When the user edits the instructions or requirements
Then the system should save the updates to the exercise
Scenario: Modifying Exercise Files
Given the user wants to update the files of an exercise
When the user makes changes to the files
Then the system should reflect the changes and save them persistently