Replies: 1 comment 1 reply
-
Hey! Sorry for the delay. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Above are some code snippets from my models.
i have the user id, and I fetch the user profile using that. now I want to find the list of all classrooms that the user owns.
challenge 1 : I want to project all the Classroom in the list to ClassroomOut.
challenge 2: and I also want to project the owner_user, instructors, students inside ClassroomOut to another thing, instead of returning full UserInDB object.
please suggest most efficient and pythonic way to achieve my objective
Beta Was this translation helpful? Give feedback.
All reactions