By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Member landing page where org members can view all resources they have access to. This new dashboard features a modern, responsive card-based layout with clear visual indicators (color-coded shields for enabled/disabled, protected/unprotected status) and interactive elements like direct access links.
User Resources Dashboard:
New Page: A dedicated page for org members to view all resources they have access to.
Card-based Layout: Modern, responsive grid displaying each resource with clear visual indicators.
Status Indicators: Color-coded shields showing resource protection levels (enabled/disabled, protected/unprotected).
Interactive Elements: Direct links to access enabled resources, with links and buttons to navigate to the resource.
Enhanced Navigation Structure: New "Resources" section added under "Account" in the navigation menu, seamlessly integrated into existing Layout component with proper navigation hierarchy.
Part 1: User Resources Dashboard
New Navigation: You'll now see a "Resources" submenu under "Account" in the navigation. Click on it to access the new dashboard.
Resource Display: Verify that all resources you have access to are displayed clearly in the card-based layout.
Status Indicators & Links: Check that the color-coded status indicators (enabled/disabled, protected/unprotected) are correct and that the direct links to access enabled resources are working as expected.
Empty State: If you have no resources assigned, please confirm that the "empty state" message is user-friendly.
Screenshots
Tooltip information for any advanced user.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/1124
**Author:** [@adrianeastles](https://github.com/adrianeastles)
**Created:** 7/24/2025
**Status:** ✅ Merged
**Merged:** 7/28/2025
**Merged by:** [@miloschwartz](https://github.com/miloschwartz)
**Base:** `dev` ← **Head:** `feature/member-resouce-landing-page`
---
### 📝 Commits (2)
- [`bcc2c59`](https://github.com/fosrl/pangolin/commit/bcc2c59f08b0803c03cda25dc115803c03c97aaf) Add member portal functionality - extracted from feature/member-landing-page
- [`6349406`](https://github.com/fosrl/pangolin/commit/63494065232f61b479a9f937e55315e9853b44c7) Removed member resouce sidebar to work with new sidebar.
### 📊 Changes
**6 files changed** (+931 additions, -26 deletions)
<details>
<summary>View changed files</summary>
📝 `server/routers/external.ts` (+6 -0)
➕ `server/routers/resource/getUserResources.ts` (+168 -0)
📝 `server/routers/resource/index.ts` (+2 -1)
➕ `src/app/[orgId]/MemberResourcesPortal.tsx` (+732 -0)
📝 `src/app/[orgId]/page.tsx` (+10 -21)
📝 `src/app/navigation.tsx` (+13 -4)
</details>
### 📄 Description
## Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
## Description
Member landing page where org members can view all resources they have access to. This new dashboard features a modern, responsive card-based layout with clear visual indicators (color-coded shields for enabled/disabled, protected/unprotected status) and interactive elements like direct access links.
**User Resources Dashboard:**
* **New Page:** A dedicated page for org members to view all resources they have access to.
* **Card-based Layout:** Modern, responsive grid displaying each resource with clear visual indicators.
* **Status Indicators:** Color-coded shields showing resource protection levels (enabled/disabled, protected/unprotected).
* **Interactive Elements:** Direct links to access enabled resources, with links and buttons to navigate to the resource.
* **Enhanced Navigation Structure:** New "Resources" section added under "Account" in the navigation menu, seamlessly integrated into existing Layout component with proper navigation hierarchy.
**Part 1: User Resources Dashboard**
1. **New Navigation:** You'll now see a "**Resources**" submenu under "**Account**" in the navigation. Click on it to access the new dashboard.
2. **Resource Display:** Verify that all resources you have access to are displayed clearly in the card-based layout.
3. **Status Indicators & Links:** Check that the color-coded status indicators (enabled/disabled, protected/unprotected) are correct and that the direct links to access enabled resources are working as expected.
4. **Empty State:** If you have no resources assigned, please confirm that the "empty state" message is user-friendly.
### Screenshots
Tooltip information for any advanced user.
<img width="1116" height="556" alt="Screenshot 2025-07-19 at 12 46 55 am" src="https://github.com/user-attachments/assets/ecbd54c3-0ac8-4277-850d-f7878bd180b1" />
<img width="292" height="208" alt="Screenshot 2025-07-19 at 12 48 56 am" src="https://github.com/user-attachments/assets/8acf74dc-60c0-40d2-a564-89e5fd00c73a" />
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1124
Author: @adrianeastles
Created: 7/24/2025
Status: ✅ Merged
Merged: 7/28/2025
Merged by: @miloschwartz
Base:
dev← Head:feature/member-resouce-landing-page📝 Commits (2)
bcc2c59Add member portal functionality - extracted from feature/member-landing-page6349406Removed member resouce sidebar to work with new sidebar.📊 Changes
6 files changed (+931 additions, -26 deletions)
View changed files
📝
server/routers/external.ts(+6 -0)➕
server/routers/resource/getUserResources.ts(+168 -0)📝
server/routers/resource/index.ts(+2 -1)➕
src/app/[orgId]/MemberResourcesPortal.tsx(+732 -0)📝
src/app/[orgId]/page.tsx(+10 -21)📝
src/app/navigation.tsx(+13 -4)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Member landing page where org members can view all resources they have access to. This new dashboard features a modern, responsive card-based layout with clear visual indicators (color-coded shields for enabled/disabled, protected/unprotected status) and interactive elements like direct access links.
User Resources Dashboard:
Part 1: User Resources Dashboard
Screenshots
Tooltip information for any advanced user.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.