Commit Graph

16 Commits

Author SHA1 Message Date
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
094807fb05
change prompt to process inpus without product request 2023-12-08 17:43:25 +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
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
Mykyta Dubovyi
261bd276a8 Bug fixed 2023-11-07 19:37:12 +02:00
422b6085ce
remove GlobalUser reference from WishlistRepository 2023-10-24 07:49:29 +03:00
b63d3e39c3
feature: add generatePersonalWishlistName method, Api endpoint and tests 2023-10-23 22:44:42 +03:00
2096df2c34
add ability to add product to wishlist 2023-10-15 14:04:57 +03:00
b9a58a963a
add ability to view products in wishlist 2023-10-15 13:22:06 +03:00
9c9081a44f
fix unauthorized access to wishlistsPage 2023-10-15 10:55:39 +03:00
4f67175ff7
add ability to view personal wishlists (get pages of messages starting from last messages) 2023-10-15 09:44:20 +03:00
e26177528b
add ability to delete wishlist 2023-10-14 20:05:02 +03:00
5127290365
add GetPersonalWishlist GraphQL query covered by integrational tests 2023-10-11 19:57:33 +03:00
5c30fc21e0
fix formatting, fix models, add more tests 2023-10-11 14:27:05 +03:00
7c6d36122d
add wishlist and message repositories and wishlist service 2023-10-08 20:22:53 +03:00