Weekly Blog Post | Gsoc'2020 | #4

ShashankJarial
Published: 06/22/2020

<meta charset="utf-8">

Greetings, People of the world!

  

1. What did you do this week?

This week I worked on adding download feature on the EOS icons Landing. This download feature enables the user to download a single icon in SVG or PNG format for regular icons and SVG format for animated icons. 

 

2. What is coming up next?

I have planned to give different user flows to the mentors, so we finalise a few features, and then I will work on building their logic on the icon picker API.

 

3. Did you get stuck anywhere?

Yes, I did, When my code for downloading of the icons was merged in the icon picker API, some application error kept on popping up on the live website. I was able to resolve this issue after checking the logs from Heroku and realising that a folder that I was using to get the icons downloaded didn't exist there. So things eventually worked out.