josephj / standup-report

Generate daily stand-up report by connecting to Jira, Github and Google Calendar
MIT License
2 stars 0 forks source link

[Summary] Prompt should be editable #16

Closed josephj closed 1 month ago

josephj commented 1 month ago

The prompt (prompt.md) should be editable. Once it's edited, it should be saved to chrome sync storage and applied for future use (the default one should be ignored). Add a button at top with the label "Edit prompt". When the user clicks it, it opens a modal that loads a Textarea so that user can update and save it. It should load the default prompt when it's empty. You can load the default prompt by using import { promptTemplate } from './lib'. The prompTemplate in app.tsx needs to be updated.