You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when an organization is added via the Admin Panel, it does not get stored in the database and therefore does not appear on the homepage. The only visible card is the dummy HelpOps Hub card.
We need to ensure that when all organization and mentor fields are filled and the "Upload Organization" button is clicked:
✅ The organization details should be stored in the database.
✅ The homepage should dynamically fetch & display these details as a card, similar to the HelpOps Hub card.
✅ Each organization's "View Details" button should work properly to show its full details.
🔹 Expected Functionality
When an admin submits an organization, it should be stored in the database.
The homepage should fetch & display these details in a card format.
Each mentor & repository associated with the organization should also be displayed.
The "View Details" button on each card should open the detailed organization page.
💡 Why This Matters?
✅ Makes the platform dynamic & scalable for multiple organizations.
✅ Ensures organizations persist even after page refresh.
✅ Enhances the Admin Panel’s functionality & purpose.
📌 Let’s make the Admin Panel powerful & fully functional! 🚀🔥
The text was updated successfully, but these errors were encountered:
🔍 Description
Currently, when an organization is added via the Admin Panel, it does not get stored in the database and therefore does not appear on the homepage. The only visible card is the dummy
HelpOps Hub
card.We need to ensure that when all organization and mentor fields are filled and the "Upload Organization" button is clicked:
🔹 Expected Functionality
💡 Why This Matters?
✅ Makes the platform dynamic & scalable for multiple organizations.
✅ Ensures organizations persist even after page refresh.
✅ Enhances the Admin Panel’s functionality & purpose.
📌 Let’s make the Admin Panel powerful & fully functional! 🚀🔥
The text was updated successfully, but these errors were encountered: