Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Companies Profiles and Map Page UI #77

Merged
merged 6 commits into from
Jan 13, 2025
Merged

Companies Profiles and Map Page UI #77

merged 6 commits into from
Jan 13, 2025

Conversation

liuisaac
Copy link
Contributor

Describe your changes

This PR introduces the UI for the companies page. The following elements have been implemented:

  • Hardcoded company information (names, images, profile URLs, profile map).
  • Responsive rectangular buttons using the CompanionItemRow component to ensure adaptability across different screen sizes.

Note:

  • Sorting and search functionality will be addressed as a stretch goal after the upcoming demo

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code

Images / Video of Feature

2025-01-09.20-57-35.1.mp4

Copy link

vercel bot commented Jan 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
biztech-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 11, 2025 8:30am

@liuisaac liuisaac requested a review from voctory January 10, 2025 23:01
Comment on lines 6 to 7
import { TopNav } from "./navigation/top-nav";
import { SideNav } from "./navigation/side-nav";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small note that Izzy has refactored the Nav bars to go under a single component, so you may need to fix a merge conflict

logo: "https://upload.wikimedia.org/wikipedia/commons/e/e8/Tesla_logo.png",
description: "3 delegates in attendance",
tags: ["AUTOMOTIVE", "R&D", "MECH ENGINEERING"],
profile_url: "/tesla"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed CompanionItemRow already has the template string /companion/company/${company.profile_url}, so we would end up with a double slash here: /companion/company//tesla

Copy link
Member

@voctory voctory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@voctory voctory merged commit 15b6b61 into dev Jan 13, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants