Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 893 Bytes

Spec.md

File metadata and controls

30 lines (24 loc) · 893 Bytes

Design summary

  • The left 70%-ish of the window should include the embedded ChatGPT webview
  • The right pane should be toggleable
  • The toggle should include a list of prompts
  • Double click to add or edit meta prompts
  • Single click to add meta prompt to the text box

Nice to haves

  • Clear prompt button
  • Fast and minimal UI
  • Delete prompts

Testing

  • Embeded webview appears
  • Toggle appears
  • Toggle includes list of meta prompts
  • PromptBox menu opens modal
  • Single click to add meta prompt to the text box
  • Clear prompt button clears the text box
  • What happens if there's no internet?
  • Test editing prompts
  • Test deleting a prompt
  • Test if the store data is persistent
  • Test how the app hanldes corrupted store data
  • Test invalid prompts
  • Test string santizer function