vinson-han / expense-tracker

0 stars 1 forks source link

Income Component: POST, GET, and DELETE requests. Login Page Token Authentication #32

Open kevinngonzales opened 3 months ago

kevinngonzales commented 3 months ago

Task Owner (Responsible): Kevinn Gonzales

Task Assignee (Accountable): Vinson H.

Task Deadline: 5/21/2024

Task Description: Connect Frontend to Backend for Income Component.

Store user's authentication token in browser's storage when user logs in to provide authentication when doing requests.

Acceptance Criteria: User's data can post to database, be accessible from database and authentication is working as intended.

Estimation: 5 hours

Dependencies: Frontend fetch requests dependent on backend routes.

Priority: High

Task Type: Development

Subtasks: POST - Post user's income data to database GET - Get user's income data to render on dashboard DELETE - Delete user's income data if user's deletes their income

Testing Requirements: Local developmental server testing

Documentation: Identify any documentation needs associated with the task. This may include code comments, API documentation, or end-user documentation.

Definition of Done: User's data can post to database, be accessible from database and authentication is working as intended. …