Open Issues Need Help
View All on GitHubAI Summary: Add a 'Dashboard' link to the user dropdown menu in the application's navigation bar. This involves modifying the `_Layout.cshtml` file to include a new link within the existing user dropdown, potentially using Bootstrap's dropdown functionality. The task may also involve implementing role-based access control for different links within the dropdown.
Trip Coordination System built with ASP.NET Core MVC, Dapper + EF Core, and SQL Server.
AI Summary: Remove unnecessary raw ID fields (TripID, DestinationID, StudentID, etc.) from the ASP.NET Core MVC Trip Coordination System's UI. Replace these IDs with user-friendly labels like Destination Name, Trip Date, and Student Full Name. This involves inspecting views, partial views, and admin pages for these IDs and updating them accordingly. Consider using HTML data attributes to retain IDs for development/admin purposes if needed.
Trip Coordination System built with ASP.NET Core MVC, Dapper + EF Core, and SQL Server.
AI Summary: Improve the UI/UX of the Login and Register pages in an ASP.NET Core MVC application by centering the forms within a responsive Bootstrap container, adding padding and margins, and ensuring consistent styling with the rest of the application's UI using Bootstrap classes and the system's color theme. This involves wrapping the forms in appropriate Bootstrap classes and potentially adding a card or bordered box for visual structure.
Trip Coordination System built with ASP.NET Core MVC, Dapper + EF Core, and SQL Server.
AI Summary: Integrate DataTables.js into an existing ASP.NET Core MVC application to replace a Bootstrap table used for displaying a list of trips. This involves adding DataTables dependencies, initializing the plugin on the admin trips table, ensuring compatibility with Bootstrap 5, and optionally enabling responsive features.
Trip Coordination System built with ASP.NET Core MVC, Dapper + EF Core, and SQL Server.