-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skill Manifest experience under par #3380
Comments
Hi @cxbuilders thanks for the feedback. This is on our radar. we have several issues tracking skill manifest experience. @mareekuh for your awareness. |
Yup, thank you. A more user friendly experience is spec'ed and in the works. |
@mareekuh Helemaal goed! Thanks, |
@hibrenda can you provide links to issues so this customer can track our progress and see what work is on the books? thank you |
|
@mareekuh Keeping multiple versions was my initial quick thinking about about versioning the bot, however the bot itself represents 1 version, so 1 manifest would do. So I agree you can skip this requirement. |
The whole setup of the skill manifest editor feels like it is lacking behind the rest quite a bit. Below my thoughts on this:
Export as skill
Having it under the export dropdown and calling it export as skill sounds strange to me. You're actually not exporting anything, you're just creating a manifest which makes it a skill. So I would just expect it to be called something like "edit skill manifests"
Naming of Manifests
The naming of the manifests are fixed to {Botname}{schema version}.json
This makes no sense to me, why is the schema version part of the filename? Also having the botname in the filename seems not needed, as the url of the manifest will contain the botname, so it only gets unnecessarily complicated. To me the best way of doing this would be to use the actual version of the manifest itself like so: manifest-v1.0.json
Editing Manifests
It should be possible to manage multiple manifests to allow for different versions. Currently when creating a new one it just overwrites whatever is there..
The text was updated successfully, but these errors were encountered: