Commit Graph

28 Commits

Author SHA1 Message Date
a37b40ed28
add personal account deletion 2023-12-17 21:59:21 +02: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
shchoholiev
c8db205c73 SA-209 Added CORS 2023-12-02 20:54:49 +00:00
Mykhailo Bilodid
d7f5dc331d SA-149 all issues are fixed 2023-11-15 16:54:33 +02:00
shchoholiev
e83a254e9d SA-72 Added use of Azure App Config 2023-10-29 01:54:43 +00:00
stasex
51aca2e270 made a fix for the pr 2023-10-26 12:57:52 +03:00
stasex
77b14bf4c7 changed the logic for product search and set up the integration test 2023-10-25 14:16:11 +03:00
stasex
a2b7f0cfd2 Merge branch 'develop' into feature/SA-33-api-product-search 2023-10-25 00:03:14 +03:00
stasex
3372a0910b added new chips to the product search service and implemented unit tests 2023-10-24 20:03:54 +03:00
stasex
dc4826dacc added changes to the search method and removed unnecessary code 2023-10-24 02:01:46 +03:00
b63d3e39c3
feature: add generatePersonalWishlistName method, Api endpoint and tests 2023-10-23 22:44:42 +03:00
stasex
c5fe0c1d5f Merge branch 'develop' of https://github.com/Shchoholiev/shopping-assistant-api into feature/SA-33-api-product-search 2023-10-23 12:30:44 +03:00
Mykhailo Bilodid
e34382b837 SA-29 develope branch merged 2023-10-22 22:16:25 +03:00
Mykhailo Bilodid
ef35d6dea2 SA-29 all bugs fixed 2023-10-22 22:04:08 +03:00
Mykhailo Bilodid
5ddd5c9ada SA-29 open ai service fixed and developed 2023-10-22 21:40:03 +03:00
Mykhailo Bilodid
bc0501dab5 SA-116 final changes 2023-10-21 22:12:01 +03:00
stasex
9db3baca89 made an implementation for a request that may contain questions and tested it 2023-10-21 01:15:30 +03:00
stasex
fc6ce2e6a9 made an implementation to start the search and tested it 2023-10-20 23:30:09 +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
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
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
60bc38ee37
add wishlist graphql mutations, data seeding and integrational tests 2023-10-08 20:24:59 +03:00
Mykhailo
ae37f4952e SA-7 project created 2023-09-22 23:02:20 +03:00