Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Home Page] - Organization Logo
@caiodasilva2005 is already working on this.
Since Dec 5, 2024.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
In the guest intro component, we want a large display of the organization logo.
To retrieve the organization’s logo, we need to create a hook that makes an api call to the organization endpoint that returns the organization logo.
Acceptance Criteria
- A new LogoDisplay component is added to the guest home page that takes in an image
- hook is created that makes an api call to get organization logo endpoint
Proposed Solution
For the image display you can reference this: https://stackoverflow.com/questions/61263669/does-material-ui-have-an-image-component
Take a look at how we structure hooks on Finishline and use it as a reference to make the hook to get the organization logo
Mocks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.