Open Issues Need Help
View All on GitHubAI Summary: The task is to synchronize the data displayed on the student and driver dashboards in the Shuttle Tracker application. When information is updated on the driver dashboard (likely through a form), the student dashboard should reflect those same changes in real-time or near real-time. This requires updating the backend (currently not implemented) to handle data synchronization and potentially modifying the frontend React components to fetch and display the updated data.
AI Summary: Remove the student login page from the React frontend of the Shuttle Tracker application, effectively making authentication unnecessary for students to use the app's core features.
AI Summary: Implement routing for the footer icons in a React application. The map icon should link to the `/track-shuttle` page, the home icon to the home page, and the profile icon to the profile section. This likely involves using a routing library like React Router.
AI Summary: Implement a fixed footer for the Shuttle Tracker React application. The footer should contain links to home, map, and profile pages, each with an associated logo. The footer's position should remain consistent regardless of screen size or scrolling.
AI Summary: Fix a responsive design issue in a React application where the logo overlaps with text on smaller screens (tablet and mobile). The solution will involve adjusting CSS styles to ensure proper alignment and prevent overlap across different screen sizes.
AI Summary: Improve the accessibility of the Shuttle Tracker web application by increasing the contrast of the footer text in light mode. This involves modifying the CSS to change the footer text color to a more visible shade against the light background.
AI Summary: Create a form for drivers to fill out after logging in. The form should include fields for name, vehicle number, mobile number, a dropdown to select current location (On Hostel, On Campus, On Way), and a submit button. Use Tailwind CSS for styling, leveraging shadCN and other components as needed.
AI Summary: Replace the existing logo in the React frontend of the Shuttle Tracker web application with the provided image and adjust the navbar's styling to match the design shown in the provided image. This involves updating the image asset and modifying the CSS or styling components responsible for the navbar's appearance.
AI Summary: Replace the existing logo on the Shuttle Tracker React web application with a new logo provided as an image attachment. This involves updating the image source in the React component responsible for displaying the logo.
AI Summary: Improve the mobile responsiveness of the Shuttle Tracker web application. This involves testing the layout on various screen sizes (mobile, tablet, etc.), fixing the navbar toggle to function correctly across all screen sizes, and ensuring a smooth and consistent layout experience on all devices.
AI Summary: Implement a toggle button in a React application to switch between light and dark themes. The button should function consistently across all pages and utilize a library like ShadCN for styling. Thorough testing is required.
AI Summary: Design a modern, text-based logo for the 'Shuttle Tracker' project using a chosen font and color scheme. The logo should be adaptable to both light and dark themes and provided in PNG/JPG or SVG format. It will be used in the website navbar, README, and login/signup pages.
AI Summary: Implement separate student and driver login pages for a React-based shuttle tracking web application using Tailwind CSS for styling. Each login page should include username and password fields and a login button. The homepage should feature buttons redirecting users to the appropriate login page.