Commit Graph

130 Commits

Author SHA1 Message Date
Serhii Shchoholiev
9a79645730
Merge pull request #27 from Shchoholiev/release/v1.0.0
Release/v1.0.0
2023-12-19 18:08:27 -08:00
Serhii Shchoholiev
48d5c5172d
Merge pull request #26 from Shchoholiev/feature/SA-229-personal-account-deletion
feature/SA-229-personal-account-deletion
2023-12-17 12:35:46 -08:00
a37b40ed28
add personal account deletion 2023-12-17 21:59:21 +02:00
shchoholiev
e13bb4bbed SA-243 Save message at the end of product search
- Add message saving on "[DONE]" text in SearchProductAsync()
2023-12-17 17:10:41 +00:00
shchoholiev
07186c3052 SA-240 Change OpenAI SSE handling
- Change SSE handling to receive chunks in realtime
2023-12-16 20:39:05 +00:00
Serhii Shchoholiev
9c53b7c090
Merge pull request #25 from Shchoholiev/feature/SA-197-product–search-suggestions
SA-197 Update Unit Tests
2023-12-10 17:11:34 -08:00
shchoholiev
745bee93ee SA-197 Update Unit Tests
- Add Logger Mock to Unit tests
- Update ProductTests to handle suggestions
2023-12-11 01:10:46 +00:00
Serhii Shchoholiev
2692fdbe11
Merge pull request #24 from Shchoholiev/feature/SA-197-product–search-suggestions
SA-197 Product Search Suggestions
2023-12-10 16:51:21 -08:00
shchoholiev
68ab565800 SA-197 Add suggestions to product search
- Change OpenAI prompt
- Update logic OpenAI response handling
- Start refactoring of  SearchProductAsync()
- Add GetWishlistMessagesAsync() to MessagesRepository to retrieve all messages for wishlist
2023-12-11 00:49:08 +00:00
Mykhailo Bilodid
0022683192
Merge pull request #23 from Shchoholiev/bug/SA-214-long-wishlist-name
bug/SA-214-long-wishlist-name
2023-12-09 13:46:41 +02:00
094807fb05
change prompt to process inpus without product request 2023-12-08 17:43:25 +02:00
Serhii Shchoholiev
48f15e34c1
Merge pull request #22 from Shchoholiev/release/v0.1.1
SA-209 Added CORS
2023-12-02 19:20:15 -08:00
shchoholiev
c8db205c73 SA-209 Added CORS 2023-12-02 20:54:49 +00:00
Serhii Shchoholiev
e55e7d98c7
Updated master_shopping-assistant-api.yml 2023-11-26 11:05:41 -05:00
Serhii Shchoholiev
cc6322049a Add or update the Azure App Service build and deployment workflow config 2023-11-26 07:48:20 -08:00
Serhii Shchoholiev
fcab30a7a9
Merge pull request #21 from Shchoholiev/release/v0.1.0
Release/v0.1.0
2023-11-26 07:44:05 -08:00
Serhii Shchoholiev
2506df0477
Delete .github/workflows/develop_shopping-assistant-api-dev.yml 2023-11-26 10:43:05 -05:00
Mykhailo Bilodid
7811961a41
Merge pull request #20 from Shchoholiev/bug/fix-wishlist-test
all bugs fixed
2023-11-21 01:37:37 +02:00
Mykhailo Bilodid
56a4168a41 all bugs fixed 2023-11-21 01:23:28 +02:00
Mykhailo Bilodid
1fcda176ce
Merge pull request #19 from Shchoholiev/bug/SA-196-fix-adding-all-products
bug/SA-196-fix-adding-all-products
2023-11-21 00:57:49 +02:00
Mykhailo Bilodid
b93e9a88ba SA-196 test fixed 2023-11-21 00:56:22 +02:00
stasex
550d7e68e3 removed the addition to the database in the product search method. Also changed the unit tests 2023-11-21 00:43:52 +02:00
Mykhailo Bilodid
7c7cc4f6b8
Merge pull request #13 from Shchoholiev/bug/SA-143-Fix-data-retrieval-to-return-not-deleted-records
Bug fixed
2023-11-18 01:53:04 +02:00
Mykhailo Bilodid
5973598063 SA-143 all tests and issues fixed 2023-11-18 01:46:59 +02:00
Mykyta Dubovyi
4bd13648b6 Merge branch 'develop' into bug/SA-143-Fix-data-retrieval-to-return-not-deleted-records 2023-11-17 13:06:00 +02:00
Mykhailo Bilodid
834441d79c
Merge pull request #18 from Shchoholiev/bug/fix-product-search-open-ai-roles
Bug fixed
2023-11-16 00:09:11 +02:00
Mykhailo Bilodid
3dae306c75 Bug fixed 2023-11-15 23:58:49 +02:00
Mykhailo Bilodid
e1e29b52ee
Merge pull request #17 from Shchoholiev/feature/openai-model-change
Changed OpenAI model to gpt-4-1106-preview
2023-11-15 22:19:49 +02:00
Serhii Shchoholiev
b17cbc05f0
Update ChatCompletionRequest.cs 2023-11-15 15:15:48 -05:00
Mykhailo Bilodid
49837d4f18
Merge pull request #16 from Shchoholiev/SA-149-Fix-StartPersonalWishlistAsync
SA-149 all issues are fixed
2023-11-15 16:58:04 +02:00
Mykhailo Bilodid
d7f5dc331d SA-149 all issues are fixed 2023-11-15 16:54:33 +02:00
Mykyta Dubovyi
3f371f68eb Fixed bug with retrieving deleted data. Added predicates to repositories. 2023-11-12 15:26:34 +02:00
Mykhailo Bilodid
93d2e9e0c2
Merge pull request #15 from Shchoholiev/bug/SA-150-fix-adding-message
bug/SA-150-fix-adding-message
2023-11-12 01:01:03 +02:00
stasex
d4d5ec20b5 changed unit test 2023-11-11 00:37:08 +02:00
stasex
17055273bf added a condition to call adding a message 2023-11-11 00:23:54 +02:00
stasex
02eb8e3634 added a test group for the method to work 2023-11-11 00:17:17 +02:00
Mykhailo Bilodid
8c630da4d9
Merge pull request #14 from Shchoholiev/bug/SA-144-add-price-for-product
bug/SA-144-add-price-for-search
2023-11-09 17:03:33 +02:00
stasex
fce98e6f2c add new field for product in dbinitialaizer 2023-11-09 12:49:05 +02:00
stasex
58ae7af0fa added a new field to the Product entity and to Dtos 2023-11-08 14:29:40 +02:00
Mykyta Dubovyi
261bd276a8 Bug fixed 2023-11-07 19:37:12 +02:00
Serhii Shchoholiev
d3dd06fb58
SA-112 Update publish step develop_shopping-assistant-api-dev.yml 2023-10-28 22:37:51 -04:00
Serhii Shchoholiev
a0231900d3
SA-72 Removed tests develop_shopping-assistant-api-dev.yml 2023-10-28 22:23:32 -04:00
Serhii Shchoholiev
0311238e2d
SA-72 Update develop_shopping-assistant-api-dev.yml 2023-10-28 22:16:55 -04:00
Serhii Shchoholiev
cb090b6b9d
SA-72 Update develop_shopping-assistant-api-dev.yml 2023-10-28 22:13:11 -04:00
Serhii Shchoholiev
83004abac3
SA-72 Create develop_shopping-assistant-api-dev.yml 2023-10-28 22:07:26 -04:00
Serhii Shchoholiev
c919ec2c6e
SA-72 Update develop_shopping-assistant-api-dev.yml 2023-10-28 22:04:15 -04:00
Serhii Shchoholiev
4edf221b9c
Merge pull request #12 from Shchoholiev/feature/SA-72-azure-configuration
SA-72 Azure configuration
2023-10-28 21:59:58 -04:00
shchoholiev
953f397cc8 SA-72 Updated dev github workflow 2023-10-29 01:59:08 +00:00
shchoholiev
e83a254e9d SA-72 Added use of Azure App Config 2023-10-29 01:54:43 +00:00
Serhii Shchoholiev
821b3acc00 Add or update the Azure App Service build and deployment workflow config 2023-10-28 21:15:53 -04:00