Commit Graph

22 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
Mykhailo Bilodid
5973598063 SA-143 all tests and issues fixed 2023-11-18 01:46:59 +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
0d97d552e3
fix: update LastModifiedDateUtc nad LastModifiedById when changing wishlist name 2023-10-24 07:43:49 +03:00
b63d3e39c3
feature: add generatePersonalWishlistName method, Api endpoint and tests 2023-10-23 22:44:42 +03:00
shchoholiev
5fada6c3ec Merge branch 'develop' into feature/SA-14-guest-authorization 2023-10-16 04:14:44 +00:00
shchoholiev
39bed12f30 SA-14 Updated User model structure and Services 2023-10-16 03:22:49 +00:00
stasex
f54667c18b
Merge branch 'develop' into feature/SA-33-api-product-search 2023-10-15 19:48:41 +03:00
5abb142015
fix message pages 2023-10-15 16:26:00 +03:00
1412c07fa2
fix: return oredered wishlist messages
Before that there was a possibility of returning pages with incorrectly ordered messages
2023-10-15 13:32:35 +03:00
b9a58a963a
add ability to view products in wishlist 2023-10-15 13:22:06 +03:00
f24365a3eb
fix unpredictable results from GetPage method 2023-10-15 12:17:00 +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
shchoholiev-opflo
4102312fe9 Sa-14 added RefreshTokensRepository 2023-10-14 19:55:13 +00:00
shchoholiev-opflo
5679b2837d SA-14 expanded base repository 2023-10-14 19:53:47 +00:00
stasex
e9c3b57fc4 added product entity and initial data for it 2023-10-12 20:55:34 +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
Mykhailo
ae37f4952e SA-7 project created 2023-09-22 23:02:20 +03:00