2 years ago
Hey y'all!
One of the projects we've prioritized for this quarter is to improve the flows for deploying a template. Some of the problems we've seen people run into and identified are:
There is no way for users to identify that a template might be broken before they proceed to deploy it.
There is no way for users to communicate with the template creator to ask questions, report issues or provide feedback.
What are the other issues you've faced or seen others face? We'd love to hear and fix them so let us know!
Note: There's also another thread for the template creation, please send all feedback related to that flow here.
4 Replies
2 years ago
Theres are plenty of good reasons to have a service in a template deploy from a GitHub repository, for example, pocketbase does not publish docker images.
but that means a repository is cloned into the user's account every time they deploy, they don't need that repo in their account, so its just left dangling in their account, this becomes worse if a single user were to deploy that template multiple times, multiple useless cloned repositories.
Instead, I would like a way for the template creator to turn off this repository cloning behavior per template service, and if the user decides they want to clone at a later date they would have that option in the services settings.
2 years ago
A big thing that would be useful for the users deploying templates, is if they were somehow shown the overview when deploying templates from the dashboard, I have a few templates that have some commonly asked questions answered in the overview, but since the users were never shown the overview they came to #Help instead, I showed them the overview and that answered their questions, this has happened a hand full of times, that means even more people where left with questions but never bothered to open a thread.
2 years ago
Update
We now automatically create forum threads when a template is published. Y'all should see them coming through within the templates section on this website.
We also link to the thread on the template details page so users can find it organically and ask questions + share feedback.

2 years ago
there should be a 'view details' or expansion arrow that shows exactly what values were chosen in the 'create template' ui. it should match 1:1
or a 'clone this template' button that prepopulates the create template ui with the valuesrating and comments system
require a github repo for the template
link to the github of the creator (so you can vet them)
you should be able to add env vars