Northeastern-Electric-Racing / Argos

Our full-stack data visualization tool
GNU Affero General Public License v3.0
1 stars 0 forks source link

Frontend - Add Method to API Service for Post Requests #233

Open RChandler234 opened 3 weeks ago

RChandler234 commented 3 weeks ago

Description

The APIService was made to replicate React-Query in Angular, however we only have a useQuery equivalent, not a useMutation. Because of this, we end up using query everywhere which can result in some janky situations (see #218)

Acceptance Criteria

Proposed Solution

Ask Reid for specifics