Add support for cover images from dev.to #3639
Labels
area: back-end
area: docusaurus
Anything related to Docusaurus
area: front-end
area: microservices
hacktoberfest
Issue recommended for hacktoberfest
type: documentation (docs)
Improvements or additions to documentation
type: enhancement
New feature or request
type: nice to have
Feature that'd be nice to have, but not a priority
In dev.to there is an option to add a cover image to your post.
However, in Telescope we don't get any of that.
Figure out if we can, how to add cover images to Telescope, and implement it.
Resources:
Code locations:
Additional comments:
You will need to figure out how telescope's microservice('s) parse posts from specifically dev.to. Besides this back end work, you might also need to change some of front end styling to make sure the cover images appear properly.
It is unknown currently, if we aleady get cover image information of the back end. If so, you will just need to add it to show up in front end. If the task requires you to do both (make sure we get the cover image through the api call in the back end AND make sure it shows up in the front end), it is okay for you to just do the one part of it, while the other part will be made into a different issue. However, it would be cool to do both, as upon completion you will get a visible result.
It would be nice of you to also add a sentence or two about this feature into our docusaurus documentation service. (Check docusaurus service)
Multi-part checklist
It is unknown if the task has one, or multiple parts to it. Here is a checklist for possible parts to be completed. If a PR to this issue is made, make sure to check ALL these features are added. If not - create a separate issue for each of them.
For maintainers
Please provide feedback if we need such a functionality in the first place. If you know more concrete steps to take to implement this, please change the description and lables.
The text was updated successfully, but these errors were encountered: