Open GlenDsza opened 3 days ago
please assign me this issue
Hi @palisadoes , could you assign this issue to me?
Here's how I’d approach it: I’ll start by updating instances of .toDataUriSync to .toDataUri wherever needed. Since .toDataUri now returns a promise, I’ll make sure each instance is properly awaited to handle the async response.
Next, I’ll adjust any functions that depend on .toDataUri by adding async where necessary, or restructuring the function flow to support async calls.
After making these changes, I’ll thoroughly test the Admin Portal to ensure the organization avatars load as expected. If there aren’t already unit tests for avatar generation, I’ll add some to help catch similar issues if there are future updates.
@GlenDsza Would you like to work on this?
@GlenDsza Would you like to work on this?
Yes I would work on it
During the week of November 11, 2024 we will start a code freeze on the develop
branches in Talawa, Talawa Admin and Talawa-API.
We have completed a project to convert the Talawa-API backend to use PostgreSQL. Work will then begin with us merging code in the develop
branches to a new develop-postrgres
branch in each repository.
Planning activities for this will be managed in our #talawa-projects slack channel. A GitHub project will be created to track specially labeled issues. We completed a similar exercise last year using a similar methodology.
Starting November 12, California time no new PRs will be accepted against the develop
branch. They must be applied to the develop-postrgres
branch.
There are some GSoC project features that will need to be merged into develop. These will be the only exceptions.
This activity and the post GSoC 2024 start date was announced in our #general Slack channel last month as a pinned post.
Hello @palisadoes, could you please guide me on how to contribute to backend development and suggest where I should focus my contributions?
Hello @palisadoes, could you please guide me on how to contribute to backend development and suggest where I should focus my contributions?
Here is Our Getting Started - Developers YouTube playlist, it has all you need to know to get started. Please listen to all of them as they will help to set your expectations. https://www.youtube.com/watch?v=YpBUoHxEeyg&list=PLv50qHwThlJUIzscg9a80a9-HmAlmUdCF&pp=gAQBiAQB
Hello @palisadoes, could you please guide me on how to contribute to backend development and suggest where I should focus my contributions?
This issue is already assigned.
Describe the bug A recent PR to bump dicebear library cause issue due to changing .
toDataUriSync
method to .toDataUri
and not awaiting for promise.To Reproduce Steps to reproduce the behavior:
Expected behavior Organizations avatars should be visible
Actual behavior Organizations avatars are not loaded
Screenshots