From b32abff3fe9ac60fabe1947f13bfff839cd73a59 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <deepaklorkhatri7@gmail.com>
Date: Wed, 24 Jan 2024 09:36:11 +0530
Subject: [PATCH] Add priority, complexity, and size badges table

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

diff --git a/ideas/index.rst b/ideas/index.rst
index 37669b0..7ccdda7 100644
--- a/ideas/index.rst
+++ b/ideas/index.rst
@@ -7,6 +7,20 @@ Below are the project ideas for the GSoC 2024 sorted for better navigation. The
 with experts on building open source embedded systems. An embedded system is build of computers 
 dedicated a specific collections of functions and connected to automate things in the physical world.
 
+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!
-- 
GitLab