-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: enhance user activities with network activity retrieval - Updated user activity schema to support multiple user IDs. - Refactored selectUserActivities to handle user IDs and cursor for pagination. - Introduced getUserNetworkActivitiesService to fetch activities of followed users. - Added new controller and route for retrieving network activities. - Improved SQL query structure for better readability and maintainability. - Updated schemas to validate network activities query parameters. * fix: correct parameter names in getUserNetworkActivitiesService * chore: update CHANGELOG to include user network activities feature (#100) * refactor: update user activity service to accept multiple user IDs
- Loading branch information
1 parent
93be673
commit 633fa04
Showing
9 changed files
with
270 additions
and
130 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.