gray-mueller / gray-mueller/full-stack-document-solution

Enatega Customer Application : In restaurant reviews ,Displaying "0 days ago" for recent reviews can appear awkward and may confuse users

Abierto
#8 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
0
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Displaying "0 days ago" for recent reviews can appear awkward and may confuse users. To enhance clarity and provide a more intuitive user experience, consider implementing a dynamic time display that adjusts based on the elapsed time since the review was posted.

Image

Describe the solution you'd like

Dynamic Time Display Format:

Less than 1 minute ago: Display "Just now".
1 to 59 minutes ago: Display "X minutes ago".
1 to 23 hours ago: Display "X hours ago".
1 to 29 days ago: Display "X days ago".
1 to 11 months ago: Display "X months ago

Example Logic:

If the review was posted less than a minute ago, display "Just now".
If the review was posted between 1 and 59 minutes ago, display "X minutes ago".
If the review was posted between 1 and 23 hours ago, display "X hours ago".
If the review was posted between 1 and 29 days ago, display "X days ago".
If the review was posted between 1 and 11 months ago, display "X months ago".
If the review was posted one year or more ago, display "X years ago".

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.