You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“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
Review the material on how to create the button
Create a separate component for the button that would allow you to export it as a CSV
Quote
Description
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:
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
Notes
Be sure to thoroughly test your implementation.
Resources
The text was updated successfully, but these errors were encountered: