Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Limit the number of news/posts displayed in the home page #187

Closed
8 tasks done
tbouffard opened this issue Oct 4, 2021 · 8 comments
Closed
8 tasks done

[FEAT] Limit the number of news/posts displayed in the home page #187

tbouffard opened this issue Oct 4, 2021 · 8 comments
Labels
enhancement New feature or request

Comments

@tbouffard
Copy link
Member

tbouffard commented Oct 4, 2021

Is your feature request related to a problem? Please describe.
Currently, we display all posts/news in the home page.
We are going to have more and more content so we should only display the newest content.

Describe the solution you'd like
For now, we have no more than 6 elements. This seems to be enough for an highlight.
For extra content, we could create a dedicated page that list all of them and add a link to this page in the home page.
We could also introduce pagination in the new page right now or later when we will have dozen of elements to reference.

Describe alternatives you've considered
Do not change: we will progressively overload the page, especially if we don't implement #30.

Tasks

@tbouffard tbouffard added the enhancement New feature or request label Oct 4, 2021
@csouchet
Copy link
Member

csouchet commented Oct 6, 2021

It's a good idea to display only the 6 last elements from each sections and to have a link to the specific page with all the elements of a section 👍🏻

@csouchet
Copy link
Member

csouchet commented Nov 9, 2021

Do something like the following for the new header to navigate to the different pages and their subsection:
image

Or something like:
image

Home page

image

  • A pop-up appears on hover of the page Home in the header, and disappears else.
  • We keep the red bar on hover on a page or a section on bottom.
  • The current page: We can add another red bar on bottom.

Page subsection

image

  • We always display the header.
  • We keep the red bar on hover on a page or a section on bottom.
  • Another behavior for the current page: We can color the title on red in order to make the difference between the current page and the next page.

I proposed different ways to display the panel of the subsections, but we can improve them 🙂

@csouchet
Copy link
Member

@NathalieC Could you give us feedbacks on my previous comment, when you have time ?
Thanks 🙂

@tbouffard
Copy link
Member Author

I suggest we start we a simple menu for the new pages, close to the one we have on the home page, but a different one.
We more urgently need a design for the news/posts list. We can work on the header later.

@csouchet
Copy link
Member

csouchet commented Nov 10, 2021

Proposition for the new Blog page

image

Maybe have 4 cards by row and not 3.

@csouchet
Copy link
Member

Proposition for the Blog section

image

@csouchet
Copy link
Member

We decided to:

  • have no link for the News and Blog pages in the header of the News and Blog pages
  • have a Back button on the top left in the News and Blog pages
  • have a header and a footer in the 404 page

@tbouffard
Copy link
Member Author

Feedback will be managed with #568.
All tasks completed, so close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants