From ab53e570017dd995e4274e3e6af6507edb2cc255 Mon Sep 17 00:00:00 2001
From: Anuj Deshpande <anuj@makerville.io>
Date: Sat, 3 Feb 2024 09:19:26 +0530
Subject: [PATCH] Cleanup ideas page - add table for ideas - remove per page
 ideas

---
 ideas/index.rst | 47 ++++++++++++++---------------------------------
 1 file changed, 14 insertions(+), 33 deletions(-)

diff --git a/ideas/index.rst b/ideas/index.rst
index 7d33982..6ae12db 100644
--- a/ideas/index.rst
+++ b/ideas/index.rst
@@ -13,23 +13,6 @@ dedicated a specific collections of functions and connected to automate things i
     be done via `forum <https://forum.beagleboard.org/>`_ as well and must be open for everyone to access. **No 
     direct messages should be sent to mentors or community members until unless there is a private matter.**
 
-All the projects have colorful badges for making your choice easier,
-
-.. table:: 
-
-    +------------------------------------+------------------------------------+------------------------------------+
-    | Priority                           | Complexity                         | Size                               |
-    +====================================+====================================+====================================+
-    | :bdg-danger:`High priority`        | :bdg-danger:`High complexity`      | :bdg-danger-line:`Large size`      |
-    +------------------------------------+------------------------------------+------------------------------------+   
-    | :bdg-success:`Medium priority`     | :bdg-success:`Medium complexity`   | :bdg-success-line:`Medium size`    |
-    +------------------------------------+------------------------------------+------------------------------------+ 
-    | :bdg-info:`Low priority`           | :bdg-info:`Low complexity`         | :bdg-info-line:`Small size`        |
-    +------------------------------------+------------------------------------+------------------------------------+  
-
-.. admonition:: Did you know?
-
-    BeagleBoard.org has been accepted to be a mentoring organization in the Google Summer of Code (GSoC) for twelve previous years!
 
 .. note::
     
@@ -37,22 +20,20 @@ All the projects have colorful badges for making your choice easier,
     rather than leaving it up to someone else. Google Summer of a Code with BeagleBoard.org is a great way to learn 
     skills highly in demand while making a difference in the world. 
 
-.. toctree:: 
-    :maxdepth: 2
-    :hidden:
-    :caption: Project Ideas
-
-    linux-kernel-improvements 
-    rtos-microkernel-improvements
-    deep-learning 
-    beagleconnect-technology 
-    automation-and-industrial-io 
-    soft-peripherals-using-co-processors 
-    security-and-privacy
-    beaglebone-audio-applications
-    bela-applications
-    fpga-projects
-    other-projects
 
+.. table::
 
++---------------------------+-------------------------------------+----------------------------------+------------------------------------------------------------------+----------------------------------------------------------------------+
+|          Category         |                Title                |          Size/Complexity         |                            Description                           |                                 Forum                                |
++===========================+=====================================+==================================+==================================================================+======================================================================+
+| Linux kernel improvements | Beaglebone Cape compatibility layer | :bdg-danger-line:`Large size`    | Update the cape compatibility layer for BeagleBone Black, AI-64, | `Discuss <https://forum.beagleboard.org/tags/c/gsoc/13/gsoc-ideas>`_ |
+|                           |                                     | :bdg-success:`Medium complexity` | and newer boards to support more kernel versions.                |                                                                      |
++---------------------------+-------------------------------------+----------------------------------+------------------------------------------------------------------+----------------------------------------------------------------------+
+|                           |                                     |                                  |                                                                  |                                                                      |
++---------------------------+-------------------------------------+----------------------------------+------------------------------------------------------------------+----------------------------------------------------------------------+
+|                           |                                     |                                  |                                                                  |                                                                      |
++---------------------------+-------------------------------------+----------------------------------+------------------------------------------------------------------+----------------------------------------------------------------------+
+   
+.. admonition:: Did you know?
 
+    BeagleBoard.org has been accepted to be a mentoring organization in the Google Summer of Code (GSoC) for twelve previous years!
-- 
GitLab