vinson-han / expense-tracker

0 stars 1 forks source link

Data Visualization Component #47

Open kevinngonzales opened 2 months ago

kevinngonzales commented 2 months ago

Task Owner (Responsible): Kevinn G.

Task Assignee (Accountable): Kevinn G.

Task Deadline: 6/17/24

Task Description: Using react-google-charts, implement a data visualization component.

Acceptance Criteria: The user is able to visualize their data through charts.

Estimation: 6 hours.

Dependencies: This task is dependent on utilizing the Backend and a GET Request to retrieve user's data and pass it through the react-google-charts library to render a chart.

Priority: High

Task Type: Developmental

Subtasks:

  1. Familiarize myself with the library and it's implementation.
  2. Retrieve and format user's data so the library can utilize it.
  3. Render the charts.
  4. Implement responsive web design using Tailwind

Testing Requirements: Localhost Server Testing

Documentation:

Definition of Done: The user is able to visualize their data through charts.