Skip to content

Conversation

@ascibisz
Copy link
Contributor

@ascibisz ascibisz commented Jan 14, 2026

Problem

In an effort to improve the efficiency of our packings, we want to remove the step where we're posting the edited recipe to firebase from the client and instead send the edited recipe JSON to the server in the body of the POST request, and then the server will handle any necessary firebase interactions.

Part of this ticket

Solution

This PR sends the edited recipe in the body of the POST request.

WARNING: Right now, this is just for use with testing!! We need the server to be able to read the recipe from the body of the request before we can merge this!!

@github-actions
Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 35.21% 675 / 1917
🔵 Statements 35.21% 675 / 1917
🔵 Functions 40.77% 42 / 103
🔵 Branches 73.46% 144 / 196
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/App.tsx 0% 0% 0% 0% 1-5, 14-17, 19, 21-22, 24-25, 27-33, 35, 37-39, 41-47, 49-63, 65-80, 82-90, 92-127, 129-133, 135-139, 141-160, 162, 164
src/constants/aws.ts 0% 100% 100% 0% 2, 5, 7-20, 22-24, 26-28, 31-37
src/utils/firebase.ts 60.89% 73.91% 66.66% 60.89% 39-42, 81-91, 101-109, 113-126, 129-134, 145-146, 231-241, 243-252, 254, 256-260, 262-267
Generated in workflow #219

@github-actions
Copy link

PR Preview Action v1.8.0

🚀 View preview at
https://AllenCell.github.io/cellpack-client/pr-preview/pr-174/

Built to branch gh-pages at 2026-01-14 17:22 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

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 this pull request may close these issues.

2 participants