From 717ce204c2fcd7e675b29a04b884e9e7bc81e56c Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sun, 1 Feb 2026 11:16:26 -0500 Subject: [PATCH 1/3] Removed link to Switchmap --- docusaurus.config.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 77730242..a327c9df 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -81,13 +81,6 @@ const config: Config = { target: '_self', }, - { - label: 'Switchmap-NG', - position: 'left', - to: 'https://docs.switchmap-ng.io', - target: '_self', - }, - { label: 'Leaderboard', position: 'left', From c5a7539d35e88b055472fca48b1b31983600a0a0 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sun, 1 Feb 2026 11:19:48 -0500 Subject: [PATCH 2/3] Removed Switchmap from projects --- docs/internships/gsoc/ideas.md | 14 ++++++-------- docs/introduction/projects.md | 10 ---------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/docs/internships/gsoc/ideas.md b/docs/internships/gsoc/ideas.md index 00c62b91..777e5770 100644 --- a/docs/internships/gsoc/ideas.md +++ b/docs/internships/gsoc/ideas.md @@ -10,13 +10,13 @@ These ideas are subject to change at any time prior to us submitting our GSoC Or 1. If we are accepted, there may be additions and minor modifications. 1. Mentor assignments may be adjusted throughout the evaluation period -::: + ::: ## Introduction -Welcome to our GSoC ideas page! +Welcome to our GSoC ideas page! -:::tip Tip +:::tip Tip These are the minimum requirements. We encourage you to expand on them. @@ -27,13 +27,11 @@ These are the minimum requirements. We encourage you to expand on them. Here is a list of basic skills that will be required for each repository. 1. **Talawa:** Flutter / Dart, GraphQL - 1. Work will be applied to the `develop-postgres` GitHub branch + 1. Work will be applied to the `develop-postgres` GitHub branch 1. **Talawa-API:** Typescript, GraphQL, PostgreSQL with the Drizzle ORM - 1. Work will be applied to the `develop-postgres` GitHub branch + 1. Work will be applied to the `develop-postgres` GitHub branch 1. **Talawa-Admin Portal:** TypeScript - 1. Work will be applied to the `develop-postgres` GitHub branch -1. **SwitchMap-NG:** Python - 1. Work will be applied to the `develop` GitHub branch + 1. Work will be applied to the `develop-postgres` GitHub branch There are others, but these are the primary ones that will guide your contributions. diff --git a/docs/introduction/projects.md b/docs/introduction/projects.md index 69a77440..06661c11 100644 --- a/docs/introduction/projects.md +++ b/docs/introduction/projects.md @@ -21,13 +21,3 @@ Talawa is a suite of applications that help community based organizations manage 4. **Talawa-API:** The API Backend 1. [Talawa-API: GitHub](https://github.com/PalisadoesFoundation/talawa-api) 1. [Talawa API: Outstanding Issues on GitHub](https://github.com/PalisadoesFoundation/talawa-api/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee) - -## Switchmap-NG - -Switchmap-NG is a suite of applications that map the topology of information technology networks. - -1. **Documentation** - 1. Visit our [Switchmap-NG Documentation](https://switchmap-ng.readthedocs.io/en/latest/) -2. **Switchmap-NG** - 1. [Switchmap-NG: GitHub](https://github.com/PalisadoesFoundation/switchmap-ng) - 2. [Switchmap-NG: Outstanding Issues on GitHub](https://github.com/PalisadoesFoundation/switchmap-ng/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee) From 4101517c81008dee946d7b4783564ab2b465b3cc Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sun, 1 Feb 2026 11:24:07 -0500 Subject: [PATCH 3/3] Escaped {} in markdown --- docs/internships/gsoc/ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internships/gsoc/ideas.md b/docs/internships/gsoc/ideas.md index 777e5770..9cba8eac 100644 --- a/docs/internships/gsoc/ideas.md +++ b/docs/internships/gsoc/ideas.md @@ -75,7 +75,7 @@ This is a list of our projects related to our product road map. 1. **Notifications:** The current Talawa notification system needs to be enhanced with the following functionalities: 1. Self hosted notifications as they currently rely on third party integrations. 2. Identify actions in the app that trigger notifications. - 3. Ensure dynamic content (e.g., {username}, {postTitle}) is included in notifications. + 3. Ensure dynamic content (e.g., \{username\}, \{postTitle\}) is included in notifications. 4. Highlight critical notifications with urgency (e.g., red icons for high-priority alerts). 5. Provide short, actionable notification content with clear links. 6. Design a scalable architecture to support notifications across mobile and web platforms.