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

Client Interview Screening Comment Table #57

Open
benson-fm opened this issue Jan 27, 2025 · 0 comments · May be fixed by #74
Open

Client Interview Screening Comment Table #57

benson-fm opened this issue Jan 27, 2025 · 0 comments · May be fixed by #74
Assignees

Comments

@benson-fm
Copy link
Collaborator

Quote

  • I'VE PLAYED THESE GAMES BEFORE!!!” - Seong Gi Hun

Description

  • Your task is to make the Client Specifics Export Query Results. What this means is that you'll be appending a button to the page of the client table where you can export the data that's visible based on the search query as a CSV file.

Instructions

Setup

Be sure to add the secrets to the Frontend .env if you haven't already.

Copy-paste the secrets in this doc into a new .env file and place it in /client

Task

Create the following Frontend component:

  • Export File Button

Just focus on being able to export the queried data as a CSV

It might be a good idea to review this github issue last year that tackled creating a CSV file

THERE SHOULD BE NO CSS OR STYLING DONE FOR THIS TASK

Steps

  1. Review the material on how to create the button
  2. Create a separate component for the button that would allow you to export it as a CSV
  3. Import it in the Client Table File
  4. Integrate it, no need to do CSS or placement

Notes

Be sure to thoroughly test your implementation.

Resources

@dlacuata dlacuata linked a pull request Feb 6, 2025 that will close this issue
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 a pull request may close this issue.

3 participants