Skip to content
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: Simple Prompt Studio CRUD functionality #481

Merged
merged 33 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1df80dc
UI changes for SPS
tahierhussain Jul 11, 2024
1be10ee
Added the SPS APIs to the public urls
tahierhussain Jul 11, 2024
265bdcf
Removed unwanted proxy setup
tahierhussain Jul 11, 2024
8ea5df0
Merge branch 'main' of github.com:Zipstack/unstract into simple-promp…
tahierhussain Jul 11, 2024
9a2514a
Removed usage of arrow function for calling a function with no arguments
tahierhussain Jul 12, 2024
face1be
Merge branch 'main' into simple-prompt-studio-crud
Deepak-Kesavan Jul 15, 2024
c028101
Handled loading icon when document is getting indexed in SPS
tahierhussain Jul 18, 2024
ffa1c2b
Added a new package: react-google-recaptcha
tahierhussain Jul 18, 2024
413c89c
Moved the variable initialization inside the try-catch block
tahierhussain Jul 18, 2024
560b0d1
Added the library for google recaptcha enterprise
tahierhussain Jul 18, 2024
624a100
Modified the reorder logic to support SPS
tahierhussain Jul 18, 2024
3885c7c
Merge branch 'main' of github.com:Zipstack/unstract into simple-promp…
tahierhussain Jul 18, 2024
812978d
Minor changes in reorder helper method
tahierhussain Jul 18, 2024
715a3eb
Renamed 'PromptModel' to 'prompt_model'
tahierhussain Jul 18, 2024
9fc1b74
Minor fix
tahierhussain Jul 18, 2024
f7be1e9
Fixed sonar issue
tahierhussain Jul 18, 2024
06e1f52
Added a new plugin for SPS
tahierhussain Jul 19, 2024
e05cf1f
Minor bug fix in displaying the loader while retrieving the prompt re…
tahierhussain Jul 19, 2024
bc554ec
Merge branch 'main' of github.com:Zipstack/unstract into simple-promp…
tahierhussain Jul 19, 2024
02200de
Removed unwanted raising of the exception
tahierhussain Jul 19, 2024
6011336
Moved the prompt model to the controller
tahierhussain Jul 21, 2024
8ec706b
Added trailing slash to the reorder API
tahierhussain Jul 21, 2024
dc22d92
Merge branch 'main' of github.com:Zipstack/unstract into simple-promp…
tahierhussain Jul 23, 2024
a9be153
Merge branch 'main' of github.com:Zipstack/unstract into simple-promp…
tahierhussain Jul 25, 2024
964be51
Improvements in SPS
tahierhussain Jul 25, 2024
9918296
Merge branch 'main' of github.com:Zipstack/unstract into simple-promp…
tahierhussain Jul 25, 2024
0102a95
Removed google recaptcha dependency
tahierhussain Jul 25, 2024
7575629
Merge branch 'main' into simple-prompt-studio-crud
tahierhussain Jul 25, 2024
1c38b83
Added CSS classes for padding
tahierhussain Jul 26, 2024
11cd25d
Merge branch 'simple-prompt-studio-crud' of github.com:Zipstack/unstr…
tahierhussain Jul 26, 2024
e4ce52a
Merge branch 'main' into simple-prompt-studio-crud
tahierhussain Jul 27, 2024
107d293
Merge branch 'main' of github.com:Zipstack/unstract into simple-promp…
tahierhussain Jul 31, 2024
cf21a39
Removed requirements.txt deletion
tahierhussain Jul 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added a new package: react-google-recaptcha
tahierhussain committed Jul 18, 2024

Verified

This commit was signed with the committer’s verified signature.
tahierhussain Tahier Hussain
commit ffa1c2be499563702a3be9831f09b53fd0d31c6d
43 changes: 43 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-gtm-module": "^2.0.11",
"react-js-cron": "^5.0.1",
"react-product-fruits": "^2.2.6",