<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Timeline: Informe de Programación en C - Gestión de Inventario by </title>
      <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3</link>
      <description>Un recorrido organizado para aprender y presentar los elementos clave de la gestión de inventario en programación con lenguaje C.</description>
      <language>en-us</language>
      <pubDate>2025-08-04 05:59:29 UTC</pubDate>
      <lastBuildDate>2025-08-04 23:16:58 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads-usc1.storage.googleapis.com/4188697615/01ef911cb11936442da796cebe46a6ac/logoUdla.jpg</url>
      </image>
      <item>
         <title>¿Qué es la gestión de inventarios?</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827530</link>
         <description><![CDATA[Exploramos el concepto de gestión de inventarios, su importancia para la organización eficiente y cómo el lenguaje C puede ayudar a automatizar procesos.]]></description>
         <enclosure url="https://cdn-ilajnod.nitrocdn.com/aUrsgphCgcprASErcczHuykfzpaudWhe/assets/images/optimized/rev-fcf874a/pallitegroup.com/wp-content/uploads/2024/08/lean.webp" />
         <pubDate>2025-08-04 05:59:30 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827530</guid>
      </item>
      <item>
         <title>Por qué elegimos lenguaje C para este proyecto</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827532</link>
         <description><![CDATA[El lenguaje C es una herramienta poderosa, cercana al hardware, ideal para sistemas eficientes como la gestión de inventarios.]]></description>
         <enclosure url="https://protecdatalatam.com/wp-content/uploads/2023/08/px488123-image-kwyp9q9l.jpg" />
         <pubDate>2025-08-04 05:59:30 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827532</guid>
      </item>
      <item>
         <title>Definición del problema</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827534</link>
         <description><![CDATA[Necesitamos un programa que administre eficientemente datos de inventario, como nombre de productos, cantidad y precios, evitando errores manuales.]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/g3ad7763af8bd837015a70154cdae7fd52ea829bb6ce6c2efb52dd869329b751b2922f386ea6478d70fe34236a6085c38.jpg" />
         <pubDate>2025-08-04 05:59:30 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827534</guid>
      </item>
      <item>
         <title>Objetivo del proyecto</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827535</link>
         <description><![CDATA[El objetivo principal es construir un sistema básico que optimice el almacenamiento y la recuperación de información de inventario.]]></description>
         <enclosure url="https://www.elearningfacil.com/wp-content/uploads/curso-gestionar-proyectos-500.png" />
         <pubDate>2025-08-04 05:59:31 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827535</guid>
      </item>
      <item>
         <title>Estructura básica del programa</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827537</link>
         <description><![CDATA[Un vistazo al código fuente en C: estructura del programa, declaración de variables y funciones clave para la gestión de entradas y salidas.]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/7/74/C%C3%B3digo_en_lenguaje_C.png" />
         <pubDate>2025-08-04 05:59:31 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827537</guid>
      </item>
      <item>
         <title>Uso de estructuras (structs) en C</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827539</link>
         <description><![CDATA[Se presenta cómo las estructuras permiten agrupar información de los productos del inventario, facilitando su gestión.]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/f/f9/Estructura_de_los_receptores_nucleares.png" />
         <pubDate>2025-08-04 05:59:31 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827539</guid>
      </item>
      <item>
         <title>Datos de ejemplo para testeo</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827542</link>
         <description><![CDATA[Se ingresan productos de prueba al sistema, como frutas u objetos, para evaluar la funcionalidad del programa.]]></description>
         <enclosure url="https://static.tildacdn.com/tild3038-6261-4261-b530-353166386461/Free-Template-Softwa.jpg" />
         <pubDate>2025-08-04 05:59:31 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827542</guid>
      </item>
      <item>
         <title>Corrección de errores</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827543</link>
         <description><![CDATA[Descripción de cómo abordamos y corregimos bugs encontrados durante las pruebas iniciales.]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/geb283479fbf385fd0e10c631ad7d17f96b47767865c562717ccfadc7109908eca6552c1bbd82c3c6c3fc099915a4264a.jpg" />
         <pubDate>2025-08-04 05:59:31 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827543</guid>
      </item>
      <item>
         <title>Logros del proyecto</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827545</link>
         <description><![CDATA[Se evalúa cómo el programa desarrollado logra resolver el problema planteado y aporta a la automatización del inventario.]]></description>
         <enclosure url="https://cdn.prod.website-files.com/661b9e736a74273c4f628d5f/66317f3513e84f90e348e13f_cuantum-technologies-books.png" />
         <pubDate>2025-08-04 05:59:32 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827545</guid>
      </item>
      <item>
         <title>Lecciones aprendidas</title>
         <author>rinaguerrachiriboga</author>
         <link>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827547</link>
         <description><![CDATA[Lecciones clave sobre programación en C, gestión de memoria y metodología para proyectos de software pequeños.]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/g701d5ee1b1a05e37a0f60a6bae5b56d3d8abbe5ab1725765e5533adb4826ea4a0d80667f33d2a46e9936c70b9e8da647.jpg" />
         <pubDate>2025-08-04 05:59:32 UTC</pubDate>
         <guid>https://padlet.com/rinaguerrachiriboga/glsg71egood32yo3/wish/3534827547</guid>
      </item>
   </channel>
</rss>
