# User Story As a user I want to upload .py files through the UI So that I can easily add Python scripts for prompt # Notes Users can select and upload .py files via the UI # Acceptance Criteria - [x] Only .py files are accepted; - [x] Uploaded files names are shown - [x] After each prompt the files are cleared # Definition of Done (DoD) Checklist - [x] Code is tested - [x] Code is reviewed by a peer - [x] Code is merged into dev (without braking) - [x] Code is Documented in the Wiki
User Story
As a user
I want to upload .py files through the UI
So that I can easily add Python scripts for prompt
Notes
Users can select and upload .py files via the UI
Acceptance Criteria
Definition of Done (DoD) Checklist