bounswe / 2021SpringGroup9

This is the project repository for Group 9 of the Project Development in Software Engineering course at Bogazici University. We will plan and develop a software project throughout the semester.
3 stars 1 forks source link

Implement the helper function for get_user #549

Closed zcanfes closed 2 years ago

zcanfes commented 2 years ago

Task:

Implement a helper function for get user endpoint. This way, the follower and followed user's information will also be returned.

Type of task (new feature, writing tests, refactoring):

refactoring

Standards and rules to follow:

Django

Expected result:

Additional notes:

Deadline: 29.12.2021

zcanfes commented 2 years ago

I have written this function. The commit can be found here