Open Issues Need Help
View All on GitHubAI Summary: This issue focuses on creating individual, responsive event pages that match a Figma design, displaying details like cover image, name, description, start time, and location. A new backend `events` model will be developed with specified fields (id, name, description, publicationDate, link, location) and tests to support these pages. The main `events` listing page is explicitly out of scope for this task.
AI Summary: The task is to develop custom, reusable button components for the application, based on provided Figma designs. These components must include both filled and outline variations and should be placed in the `client/src/components/ui` directory, potentially replacing the existing `button.tsx` file.
AI Summary: This issue requires the creation of a responsive navbar component based on provided Figma designs. The component must adapt its layout and functionality for both mobile and desktop screen sizes, ensuring accurate implementation of the visual specifications.
AI Summary: This issue requires creating a responsive footer component based on provided Figma designs, ensuring it adapts correctly for both mobile and desktop views. The footer must include links to the about, events, game showcase, and art showcase pages, using specific URLs found on Notion. The constitution link is explicitly out of scope for this task.