User listing, getting, following and unfollowing #2

Closed
micosil wants to merge 12 commits from main into CR

Signed-off-by: Pau Costa mico@micodev.es

Signed-off-by: Pau Costa <mico@micodev.es>
MiguelMLorente was assigned by micosil 2024-02-03 18:16:06 +00:00
micosil added 1 commit 2024-02-03 18:16:07 +00:00
28e4b5c318 User listing, getting, following and unfollowing
Signed-off-by: Pau Costa <mico@micodev.es>
MiguelMLorente reviewed 2024-02-04 10:40:25 +00:00
@ -109,1 +109,3 @@
const candidateUser = await this.userRepository.findOne({where: {id: decoded.id}})
const candidateUser = await this.userRepository.findOne({
where: {id: decoded.id},
relations: {followed: true, followers: true, notifications: true}

Should these be needed?

Should these be needed?
micosil added 1 commit 2024-02-04 11:30:52 +00:00
c09b56b0cd Comments, likes, and notifications
Signed-off-by: Pau Costa <mico@micodev.es>
micosil added 1 commit 2024-02-04 19:35:39 +00:00
e5a65086be 📝 OpenApi docs and endpoint for the BackEnd Routes
Signed-off-by: Pau Costa <mico@micodev.es>
micosil added 3 commits 2024-02-07 16:41:02 +00:00
ec01ee98b2 🚧 Client Setup and api docs
Signed-off-by: Pau Costa <mico@micodev.es>
d2f42d397f 🚧 Changed api generation tool
Signed-off-by: Pau Costa <mico@micodev.es>
c71bac5bd2 Auth views
Signed-off-by: Pau Costa <mico@micodev.es>
micosil added 1 commit 2024-02-08 12:27:33 +00:00
31ba7bead1 💄 Initial UI Root layout
Signed-off-by: Pau Costa <mico@micodev.es>
micosil added 5 commits 2024-02-10 13:47:46 +00:00
591dae9567 🏗️ Views and routes boilerplate
Signed-off-by: Pau Costa <mico@micodev.es>
e27423a2e5 🩹 The API was missing some ease of use parameters
Signed-off-by: Pau Costa <mico@micodev.es>
0cdcc915f4 🩹 The API was missing some ease of use parameters
Signed-off-by: Pau Costa <mico@micodev.es>
4fdb17733d Implemented post list view
Signed-off-by: Pau Costa <mico@micodev.es>
be57bd32b8 🎨 Removed unused code and imports
Signed-off-by: Pau Costa <mico@micodev.es>
micosil closed this pull request 2024-02-10 14:23:00 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: micosil/DevSpace#2
There is no content yet.