Skip to content

Commit bdcc170

Browse files
committed
doc: complete features section
1 parent dd38620 commit bdcc170

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</p>
3030

3131
<p align="center">
32-
<img src="./docs/statics/preview.png" width="800" alt="Preview"> <!-- TODO -->
32+
<img src="./docs/statics/preview.png" width="800" alt="Preview">
3333
</p>
3434

3535
## Summary
@@ -39,13 +39,18 @@ This repository contains the practical work for the Algorithms and Data Structur
3939
## Features
4040

4141
- Architecture planning.
42+
- Artificial intelligence (AI).
4243
- Code conventions and standards.
4344
- Code documentation using [Doxygen](https://www.doxygen.nl/) syntax.
4445
- Commits following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
46+
- Communication with APIs (GET and POST).
4547
- Continuous integration with [GitHub Actions](https://docs.github.com/en/actions).
4648
- Deployment of releases.
49+
- Dynamic memory.
50+
- Inputs control using validations.
51+
- local storage of records.
52+
- Singly linked list implementation.
4753
- Team Workflow planning (branches, tags, and releases).
48-
- TODO. <!-- TODO -->
4954

5055
## Installation
5156

docs/translations/es/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,19 @@ Este repositorio contiene el trabajo práctico de la materia Algoritmos y Estruc
3838

3939
## Características
4040

41+
- Almacenamiento local de registros.
42+
- Comunicación con APIs (GET y POST).
4143
- Confirmaciones siguiendo la guía de los [Commits Convencionales](https://www.conventionalcommits.org/es/v1.0.0/).
44+
- Control de entradas utilizando validaciones.
4245
- Convenciones y estándares de código.
4346
- Despliegue de entregables.
4447
- Documentación del código utilizando la sintaxis de [Doxygen](https://www.doxygen.nl/).
48+
- Implementación de lista enlazada simple.
4549
- Integración continua con [GitHub Actions](https://docs.github.com/es/actions).
50+
- Inteligencia artificial (IA).
51+
- Memoria dinámica.
4652
- Planificación de la arquitectura.
4753
- Planificación del flujo de trabajo del equipo (ramas, etiquetas y versionado).
48-
- TODO. <!-- TODO -->
4954

5055
## Instalación
5156

0 commit comments

Comments
 (0)