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
This would reduce the code size and create fewer errors while adding details.
Also, a custom script to update the initial dataJSON file to adhere to the new data schema.
As well, adapt the serving code to process the avatar image using username only.
Describe alternatives you've considered
Leave the code as it is. As it works fine!
Additional context
I can help develop this feature. I do have a good knowledge of python (which I can use for that script) and I also know javascript, being a JAM-stack developer. Or I can only use Javascript to process all. Plus, I'm good at chores such as data manipulation.
The text was updated successfully, but these errors were encountered:
Thank you for contributing to Journey Book. We love you and your Issue ❤️🎉 . Your issues, really help us with our project... Waiting for you to contribute again to Journey Book.
Is your feature request related to a problem? Please describe.
In Data.json file, each user data is structured as
The
avatar_url
only requires theusername
as the filling parameter. The URL can be constructed usingusername
only like,Describe the solution you'd like
I would like to change the data schema to
This would reduce the code size and create fewer errors while adding details.
Also, a custom script to update the initial dataJSON file to adhere to the new data schema.
As well, adapt the serving code to process the avatar image using username only.
Describe alternatives you've considered
Leave the code as it is. As it works fine!
Additional context
I can help develop this feature. I do have a good knowledge of python (which I can use for that script) and I also know javascript, being a JAM-stack developer. Or I can only use Javascript to process all. Plus, I'm good at chores such as data manipulation.
The text was updated successfully, but these errors were encountered: