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

[Dashboard] Add "company profile" card #1189

Open
Hampfh opened this issue Mar 18, 2024 · 1 comment
Open

[Dashboard] Add "company profile" card #1189

Hampfh opened this issue Mar 18, 2024 · 1 comment
Assignees
Labels
feature A new functionality that doesn't exist yet

Comments

@Hampfh
Copy link
Member

Hampfh commented Mar 18, 2024

Right now there is a card "additional information", available in final registration where the company can set their data such as logo, description, who they are looking for etc...

This should be a static card that is always visible in the dashboard

@Hampfh Hampfh added the feature A new functionality that doesn't exist yet label Mar 18, 2024
@Hampfh Hampfh self-assigned this Mar 18, 2024
@didrikmunther
Copy link
Contributor

This information exists on the exhibitor model, which is only created after a company has been accepted to the fair. A couple of solutions exists:

  • We move the fields to the company model. Pro: easy. Con: we lose year-specific information for the company.
  • We copy the fields to the company model. Pro: easy. Con: not elegant.
  • We create an exhibitor immediately when a company signs IR, but with a status field (accepted, rejected, reserve). Pro: also solves #1181. Con: more complicated

@didrikmunther didrikmunther assigned blimpan and unassigned Hampfh May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality that doesn't exist yet
Projects
Status: In Progress
Development

No branches or pull requests

3 participants