Trip Coordination System built with ASP.NET Core MVC, Dapper + EF Core, and SQL Server.

aspnet-core bootstrap csharp dapper dotnet entity-framework mvc real-world-project sql-server trip-booking
4 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 2/5
enhancement good first issue navigation

Trip Coordination System built with ASP.NET Core MVC, Dapper + EF Core, and SQL Server.

C#
#aspnet-core#bootstrap#csharp#dapper#dotnet#entity-framework#mvc#real-world-project#sql-server#trip-booking

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.

Complexity: 3/5
bug good first issue

Trip Coordination System built with ASP.NET Core MVC, Dapper + EF Core, and SQL Server.

C#
#aspnet-core#bootstrap#csharp#dapper#dotnet#entity-framework#mvc#real-world-project#sql-server#trip-booking

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.

Complexity: 2/5
enhancement good first issue

Trip Coordination System built with ASP.NET Core MVC, Dapper + EF Core, and SQL Server.

C#
#aspnet-core#bootstrap#csharp#dapper#dotnet#entity-framework#mvc#real-world-project#sql-server#trip-booking

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.

Complexity: 3/5
enhancement help wanted

Trip Coordination System built with ASP.NET Core MVC, Dapper + EF Core, and SQL Server.

C#
#aspnet-core#bootstrap#csharp#dapper#dotnet#entity-framework#mvc#real-world-project#sql-server#trip-booking