Harmanjot Kaur

Results 12 comments of Harmanjot Kaur

@isabelcosta Can I work on this issue if @chahat99 is not working?

Thanks, @chahat99 for letting me know :) Please continue.

@isabelcosta If we add additional fields of "name" and "photo_url" in the tasks_comments table, we would be violating the DRY principles. We have the user_id in the data which I...

@isabelcosta Can we access the data from 'users' table (in frontend)using the id of the user which we already have in the tasks_comments table? The way we are accessing the...

@isabelcosta then should I go ahead with creating new fields(two columns "name" and "photo_url") in the table "tasks_comments" for accessing them directly?

@isabelcosta I have created the pull request for this issue. Can you please review the same?