Closed
Conversation
* fix(response-body): fix counting issue in response body * fix(response-body): attach pagination meta data to data object
* fix(tweets): interceptor did not take into consideration of empty response body * fix(tweets): interceptor did not take into consideration of empty response body
* fix(tweets): interceptor did not take into consideration of empty response body * fix(tweets): interceptor did not take into consideration of empty response body * fix(tweets): replace page pagination with cursor * fix(tweets): change likes and reposts tweets pagination from page to cursor * feat(tweets-bookmarks): bookmarks entity & endpoints --------- Co-authored-by: Mohamed Bahgat <mbahgat503@gmail.com>
* fix(tweets): interceptor did not take into consideration of empty response body * fix(tweets): interceptor did not take into consideration of empty response body * fix(tweets): replace page pagination with cursor * fix(tweets): change likes and reposts tweets pagination from page to cursor
* feat(profile): profile posts tabs endpoints * fix(profile): fix update user response * fix(profile): return user birthdate in profile response * fix(profile): clean unused files after update profile * refactor(profile): convert sql posts query to typeorm * feat(profile): add user data to user posts view * fix(profile): remove reply from user posts + fix repost type * feat(profile): add quote parent data in user posts --------- Co-authored-by: Amira Khalid <149877108+AmiraKhalid04@users.noreply.github.com>
* feat(profile): profile posts tabs endpoints * fix(profile): fix update user response * fix(profile): return user birthdate in profile response * fix(profile): clean unused files after update profile * refactor(profile): convert sql posts query to typeorm * feat(profile): add user data to user posts view * fix(profile): remove reply from user posts + fix repost type * feat(profile): add quote parent data in user posts * feat(profile): apply cursor pagination to profile endpoints * fix(profile): fix get media + liked posts * refactor(profile): change response pagination schema * docs(profile): edit swagger documentation for pagination * fix(profile): fix cursor pagination and created_at timezone * fix(profile): replace location with country in update user * fix(profile): delete profile, cover images after delete account * feat(user): get username recommendations * fix(auth): fix refresh token * feat(auth): confirm password --------- Co-authored-by: Amira Khalid <149877108+AmiraKhalid04@users.noreply.github.com> Co-authored-by: Mario Raafat <136023677+MarioRaafat@users.noreply.github.com>
* refactor(timeline): refactor following timeline query * refactor(timeline): refactor for you timeline query * refactor(timeline): remove unneeded functions * feat(timeline): add candidates source * feat(timeline): add get user interests * feat(timeline): add simple feature extractor class * feat(tweet-category): add get categories by tweet ids * feat(timeline): add basic rule based ranker * feat(following-query): refactor timeline queries * feat(timeline-queries): attach reply response to timeline query * fix(timeline-query): remove unnecessary joins * feat(reply-query): add show_more_replies boolean * fix(timeline): add template for for-you response * fix(query): attach following flags to user response dto * feat(reply-query): add parent tweet and conversation sub queries * fix(reply-query): remove deubgging code * fix(reply-query): attach missing interaction fields * refactor(tweet-response): remove unneeded fields --------- Co-authored-by: Mario Raafat <136023677+MarioRaafat@users.noreply.github.com>
* feat(auth): implement token exchange endpoint and related functionality * feat(category): getCategories endpoint * fix(user): return it back * fix(db): return it back
* feat(profile): profile posts tabs endpoints * fix(profile): fix update user response * fix(profile): return user birthdate in profile response * fix(profile): clean unused files after update profile * refactor(profile): convert sql posts query to typeorm * feat(profile): add user data to user posts view * fix(profile): remove reply from user posts + fix repost type * feat(profile): add quote parent data in user posts * feat(profile): apply cursor pagination to profile endpoints * fix(profile): fix get media + liked posts * refactor(profile): change response pagination schema * docs(profile): edit swagger documentation for pagination * fix(profile): fix cursor pagination and created_at timezone * fix(profile): replace location with country in update user * fix(profile): delete profile, cover images after delete account * feat(user): get username recommendations * fix(auth): fix refresh token * feat(auth): confirm password * feat(Profile): get user replies * fix(profile): check if user exists in user posts tabs * fix(profile): fix user replies interactions --------- Co-authored-by: Amira Khalid <149877108+AmiraKhalid04@users.noreply.github.com> Co-authored-by: Mario Raafat <136023677+MarioRaafat@users.noreply.github.com>
* fix(query): separate conversation and patent tweet queries * docs(timeline): update swagger * fix(timeline): remove redundant tweets from timeline * fix(timeline): add additional sorting condition * feat(timeline): add interest candidate source to for you service * feat(foryou-timeline): add interest source * feat(foryou): remove ranking + apply pagination * feat(foryou): remove blocked and muted users from foryou timeline * fix(timeline): add random feed for users with no interests
* fix(query): separate conversation and patent tweet queries * docs(timeline): update swagger * fix(timeline): remove redundant tweets from timeline * fix(timeline): add additional sorting condition * fix(repost-timeline): sort reposts by reposted_at * fix(pagination): edit cursor pagination date * fix(query): remove wrong duplication condition --------- Co-authored-by: Mario Raafat <136023677+MarioRaafat@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.