-
Notifications
You must be signed in to change notification settings - Fork 258
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
[FEAT] Prompt Studio Public Share & Clone #429
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
frontend/src/components/helpers/custom-tools/CustomToolsHelper.js
Outdated
Show resolved
Hide resolved
frontend/src/components/custom-tools/combined-output/CombinedOutput.jsx
Outdated
Show resolved
Hide resolved
frontend/src/components/custom-tools/combined-output/CombinedOutput.jsx
Outdated
Show resolved
Hide resolved
frontend/src/components/custom-tools/manage-docs-modal/ManageDocsModal.jsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BE changes LGTM
frontend/src/components/custom-tools/document-manager/DocumentManager.jsx
Outdated
Show resolved
Hide resolved
frontend/src/components/custom-tools/output-for-doc-modal/OutputForDocModal.jsx
Show resolved
Hide resolved
frontend/src/components/helpers/custom-tools/CustomToolsHelper.js
Outdated
Show resolved
Hide resolved
Co-authored-by: jagadeeswaran-zipstack <[email protected]> Signed-off-by: harini-venkataraman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harini-venkataraman Looks like there are elint issues which is causing frontend build check to fail. Can you look into it and fix it?
Signed-off-by: harini-venkataraman <[email protected]>
Signed-off-by: harini-venkataraman <[email protected]>
@Deepak-Kesavan Can you check now? Fixed and committed the changes. |
Looks like there is one sonar issue. @harini-venkataraman Can you check if that can be solved? |
Signed-off-by: harini-venkataraman <[email protected]>
|
Quality Gate passedIssues Measures |
What
Public sharing and clone involves the following changes.
...
Why
Public sharing enables an unauthenticated user get an idea of how prompt studio works and looks like, thereby enabling them take descions.
Clone helps the unauthenticated user make a copy of the same project and sharing within users of same Org.
...
How
...
Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
This is a new feature althogether. I cannot cause regressions.
...
Database Migrations
Not applicable
...
Env Config
Not applicable
...
Relevant Docs
https://zipstack.atlassian.net/wiki/spaces/PT/pages/421003286/Prompt+Studio+Public+Sharing+and+Cloning
https://zipstack.atlassian.net/wiki/spaces/PT/pages/430669831/Public+Sharing+-+Prompt+studio+Implementation+design
...
Related Issues or PRs
...
Dependencies Versions
Not applicable
...
Notes on Testing
Loading the appropriate Plugins and starting the server, the features will be visible in the prompt studio page.
...
Screenshots
...
Checklist
I have read and understood the Contribution Guidelines.