ALPHAVIO / WordNook

Dynamically updating blogging website to upload articles and blog posts on various topics, developed using ejs template engine and node js in the backend.
https://word-nook.herokuapp.com/
MIT License
81 stars 176 forks source link

Remove displaying the short content from home UI #447

Closed A7abhilash closed 3 years ago

A7abhilash commented 3 years ago

Feature request-

2021-03-25 (3)

As you can see, such a UI isn't an attractive one for the users.

Is your feature request related to a problem? Please describe. (optional)

A clear and concise description of what the problem is.

Describe the solution you'd like

I thought to not to display the short content on home, dashboard, category, user profiles UI. Just the title, published date, author and read more button would be neater.

Describe alternatives you've considered

I was thinking to create a separate partials that displays the posts. Because, we can clearly see the the blogs are displayed in same way in 4 different routes(mentioned above).There maybe different blogs with different route but the way to display them is same right... I shall try to work on this also in this pr.

Describe how this feature will be useful to our readers.

A clear and concise description of how this feature will be useful for our other readers.

Additional context

Add any other context or screenshots about the feature request here.


Note:

gssoc21

A7abhilash commented 3 years ago

/assign

github-actions[bot] commented 3 years ago

This issue has been assigned to @A7abhilash! It will become unassigned if it isn't closed within 21 days. A maintainer can also add the pinned label to prevent it from being unassigned.

Ayush0730 commented 3 years ago

Hey, can I work on this issue? I think we should display short content, 3-4 lines and if the user wants to read complete blog, then he/she can click 'Read more'

A7abhilash commented 3 years ago

Hey, can I work on this issue? I think we should display short content, 3-4 lines and if the user wants to read complete blog, then he/she can click 'Read more'

Im already ready with the pr, just waiting for my old pr #444 to get merged...