Commit 3657d08
Feat/profile v2 (#58)
* feat(profile): delete avatar/cover
* feat(profile): delete account
* refactor(profile): add UploadFileResponseDto
* chore(profile): posts service calls and parameters
* test(user): user controller unit tests
* test(user): user service unit tests
* test(user): get profile + basic repository queries unit test
* test(user): insert/delete relationships repository unit tests
* refactor(user): validate deleting relationships using rows affected
* fix(user): decrement follower/ing counts in block
* test(user): validations + insert interests user repository unit tests
* fix(user): throw user not found error in getFollowers/ing
* fix(user): set language type to "en" | "ar"
---------
Co-authored-by: Mario Raafat <136023677+MarioRaafat@users.noreply.github.com>1 parent 3b195d7 commit 3657d08
File tree
27 files changed
+6646
-2708
lines changed- .husky
- src
- auth
- dto
- azure-storage
- background-jobs
- constants
- constants
- decorators
- notifications
- user
- dto
- entities
27 files changed
+6646
-2708
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
Large diffs are not rendered by default.
0 commit comments