You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm currently doing this task for applifting to get a chance to start work with you, but I've noticed, that API has some weird behavior.
Like https://fullstack.exercise.applifting.cz/articles returns list of articles, each item of this list has that object structure
So the problem is in pole comments, I understand that it is not relevant to send all comments but isn't it really to send list of DTO with the length of the comments array ? like this
Hello, I'm currently doing this task for applifting to get a chance to start work with you, but I've noticed, that API has some weird behavior.
Like
https://fullstack.exercise.applifting.cz/articles
returns list of articles, each item of this list has that object structureand if i get exact one article by its id it looks like this
So the problem is in pole comments, I understand that it is not relevant to send all comments but isn't it really to send list of DTO with the length of the comments array ? like this
why is it important ? because the figma layout shows that page with the list of articles has number of comments in each article preview
The text was updated successfully, but these errors were encountered: