Open Issues Need Help
View All on GitHubAI Summary: This task requires modifying the navigation dropdown on the VATSIM UK website to remove the 'Web Policy' entry and present all policy links as a flat list, improving the user experience and consistency of the policy section.
AI Summary: Modify the VATSIM UK core application's account management section to display member feedback in reverse chronological order (most recent first) within the 'Feedback' table of the relation manager.
AI Summary: Implement functionality in the VATSIM UK admin panel to automatically navigate to a single search result when searching for a member by CID. If the search yields only one result (a specific member's account), the system should directly redirect the user to that member's profile page instead of displaying a search results list.
AI Summary: Implement a copy-to-clipboard feature for the primary email address within the VATSIM UK admin panel's user account section. The email field should remain read-only; only the copy functionality needs to be added.
AI Summary: Implement alphabetical sorting by endorsement name for the 'Tier Endorsements' table within the VATSIM UK admin panel. This will improve the usability of the admin interface.
AI Summary: Modify the VATSIM UK core application's feedback admin panel to display the feedback type in the table view, eliminating the need to click 'View' for each entry to see the type. This involves updating the Filament Resource for Feedback to include the feedback type as a column in the table.
AI Summary: The task involves removing duplicate `id` attributes from two buttons on the VATSIM UK login page (`login.blade.php`). This is necessary to fix browser console warnings and ensure proper functionality.
AI Summary: Update the email address on the VATSIM UK login page from `web-support` to `technology-support`. This involves finding the correct location in the codebase and making the simple change.
AI Summary: Update the VATSIM UK core application's waiting list tests to use the updated Laravel factory syntax (`WaitingList::factory()->create()`) instead of the older `factory(WaitingList::class)->create()` syntax. This involves finding and replacing all occurrences of the outdated syntax across the relevant test files.