It would be good to have a GUI created for the queryable snapshot interface so less experienced users, that may not have any mongod experience, can successfully restore a collection/document without additional training.
Ideally, the feature allows for the creation of some subset of documents using a query building tool (even collection level would be acceptable) that can then be pushed to a target environment automatically or pushed to a mongodump file that can be used as a restore tool later. Their primary concern is just to ensure that individuals without direct mongod experience or server access can generate a restore and circumvent the current process of spinning up a tunnel and creating a query manually.
An example workflow would be:
1. Deployment -> Backups -> Enable Queryable Restore for Source Job for PIT
2. Click Query Snapshot Builder
3. Select collection or build query
4. Display example result set
5. Select push to dump or push to cluster
a. Push to snapshot: generate mongodump for query/collection and provide example mongorestore string
b. Push to cluster: select target cluster and confirm deploy