Commit Graph

23 Commits

Author SHA1 Message Date
stasex
fce98e6f2c add new field for product in dbinitialaizer 2023-11-09 12:49:05 +02: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
bc0501dab5 SA-116 final changes 2023-10-21 22:12:01 +03:00
Mykhailo Bilodid
962ab03c4c SA-33 comments and some changes added 2023-10-21 19:19:13 +03:00
Mykhailo Bilodid
8ae360b7e0 SA-116 initialaizer fixed 2023-10-21 16:52:54 +03:00
shchoholiev
5fada6c3ec Merge branch 'develop' into feature/SA-14-guest-authorization 2023-10-16 04:14:44 +00:00
stasex
250e493fc2 added a method call 2023-10-15 20:26:34 +03:00
stasex
e0e4d45a91 Merge remote-tracking branch 'origin/feature/SA-33-api-product-search' into feature/SA-33-api-product-search
# Conflicts:
#	ShoppingAssistantApi.Persistance/PersistanceExtentions/DbInitialaizer.cs
2023-10-15 20:09:28 +03:00
stasex
ba876b30fe added a method call 2023-10-15 20:08:21 +03:00
stasex
f54667c18b
Merge branch 'develop' into feature/SA-33-api-product-search 2023-10-15 19:48:41 +03:00
stasex
004033f307 added the missing property to the product entity 2023-10-15 16:38:20 +03:00
stasex
80c9bc2b32 Small changes for DbInitialaizer with products collection 2023-10-15 16:27:29 +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
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
stasex
e9c3b57fc4 added product entity and initial data for it 2023-10-12 20:55:34 +03:00
5127290365
add GetPersonalWishlist GraphQL query covered by integrational tests 2023-10-11 19:57:33 +03:00
4e04a86d6a
remove http data retrieval in WishlistsTests 2023-10-11 16:53:46 +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
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