-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58cb5fd
commit 76f83ac
Showing
3 changed files
with
33 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
# Task Lists | ||
--- | ||
description: Roadmap de AlamedaCMS | ||
--- | ||
|
||
# Lista de tareas | ||
|
||
{% hint style="info" %} | ||
- [ ] Entradas. | ||
- [ ] Dejar date_format nativo. | ||
- [ ] Definir la diferencia entre publicar, mostrar y deshabilitar. | ||
- [ ] Definir likes. | ||
- [ ] Agregar manejo de imágenes. | ||
- [ ] El orden de los bloques debe ser relativo y no estático. | ||
- [ ] Asegurar Roboto en los editores. | ||
- [ ] Edición rápida. | ||
- [ ] Asegurar que solo se muestre lo habilitado. | ||
- [ ] Metadatos para las page. | ||
- [ ] Asegurar og:image en metadatos. | ||
- [ ] Optimizar query's. | ||
- [ ] Agregar cssClass en las twig de los modelTemplate. | ||
- [ ] Iniciar Menu y su manager. | ||
- [ ] Agregar template para A2 (recrear). | ||
- [ ] ModelTeplate CRUDI. | ||
- [ ] Contactos, Definir y Manejar. | ||
* [ ] Entradas. | ||
* [ ] Dejar date\_format nativo. | ||
* [ ] Definir la diferencia entre publicar, mostrar y deshabilitar. | ||
* [ ] Definir likes. | ||
* [ ] Agregar manejo de imágenes. | ||
* [ ] El orden de los bloques debe ser relativo y no estático. | ||
* [ ] Asegurar Roboto en los editores. | ||
* [ ] Edición rápida. | ||
* [ ] Asegurar que solo se muestre lo habilitado. | ||
* [ ] Metadatos para las page. | ||
* [ ] Asegurar og:image en metadatos. | ||
* [ ] Optimizar query's. | ||
* [ ] Agregar cssClass en las twig de los modelTemplate. | ||
* [ ] Iniciar Menu y su manager. | ||
* [ ] Agregar template para A2 (recrear). | ||
* [ ] ModelTeplate CRUDI. | ||
* [ ] Contactos, Definir y Manejar. | ||
{% endhint %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# Task Lists | ||
# Tareas actuales | ||
|
||
{% hint style="info" %} | ||
- [ ] Entrada list | ||
- [ ] Entrada new | ||
- [ ] Entrada show | ||
- [ ] Entrada edit | ||
- [ ] Entrada delete | ||
* [ ] Entrada list | ||
* [ ] Entrada new | ||
* [ ] Entrada show | ||
* [ ] Entrada edit | ||
* [ ] Entrada delete | ||
|
||
### Acciones con entradas | ||
|
||
- [ ] Entrada from template | ||
- [ ] Entrada from section | ||
#### Acciones con entradas | ||
|
||
* [ ] Entrada from template | ||
* [ ] Entrada from section | ||
{% endhint %} |