Blogpost Path Uniqueness

Abierto
#213 2 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
javascript
Área
content, web-dev

Línea de trabajo

Start by locating the blog post path-generation entry point and the metadata handling for titles and dates. Verify how existing blog URLs are produced, then confirm that combining the date with the title gives distinct paths for posts with duplicate titles without breaking the expected blog URL format.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

enhancement Good First Issue help wanted

Problem

Currently, the title of a blog post will become it's path on the website, for instance a blog post with metadata title "My first Terasology blog!" will be served at /blog/my-first-terasology-blog. This means, that the title needs to be unique, which doesn't really make sense. For instance, if somebody today would write a blog post and title it the same as a blog post written 2 years ago, we would have a conflict there which might not be resolved deterministically.

Proposal

Use the date in combination with the title to avoid the requirement on titles to be unique.

Lenguaje dominante
JavaScript
Estrellas
7
Forks
17
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de MovingBlocks/movingblocks.github.com

Todos los issues de MovingBlocks/movingblocks.github.com

Issues similares

Más issues de JavaScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.