posit-dev / publisher

MIT License
3 stars 0 forks source link

Preflight much earlier (on creating/saving a configuration) #1820

Open mmarchetti opened 3 weeks ago

mmarchetti commented 3 weeks ago

It's possible to do a bunch of work on your project (creating a Python environment, developing your app) only to discover later that something isn't supported (for example, your python version).

We could do a preflight check via a separate API as soon as you create a Deployment, or any time the config file changes.

This Issue is the UX changes to call new API in issue: #487