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 we click on the Projects button in the navbar, it directly opens the details page of a single organization instead of displaying a list of organization cards. We need to ensure that:
Clicking on the Projects button should display all organization cards instead of redirecting to a single details page.
The "View Details" button on each card should properly function and open the respective organization's details page when clicked.
As of now, we are adding a dummy organization (HelpOps Hub) for testing, but the functionality should work dynamically for any added organizations.
🔹 Expected Behavior
Clicking on "Projects" in the navbar should show all organization cards on the projects page.
Each card should have a functional "View Details" button that redirects to that specific organization's detailed view.
The implementation should be scalable to accommodate multiple organizations in the future.
💡 Why This Matters?
✅ Improves usability and makes the Projects section more functional.
✅ Ensures a dynamic and scalable way to display organizations.
✅ Provides a better user experience by allowing easy navigation.
📌 Let's fix this and make the Project Page more interactive! 🔥
The text was updated successfully, but these errors were encountered:
📝 Description
Currently, when we click on the
Projects
button in the navbar, it directly opens the details page of a single organization instead of displaying a list of organization cards. We need to ensure that:Projects
button should display all organization cards instead of redirecting to a single details page.🔹 Expected Behavior
💡 Why This Matters?
✅ Improves usability and makes the Projects section more functional.
✅ Ensures a dynamic and scalable way to display organizations.
✅ Provides a better user experience by allowing easy navigation.
📌 Let's fix this and make the Project Page more interactive! 🔥
The text was updated successfully, but these errors were encountered: