Skip to content

Feat/fix ingredients#77

Merged
Jrodrigo06 merged 4 commits intomainfrom
feat/fix-ingredients
Apr 8, 2026
Merged

Feat/fix ingredients#77
Jrodrigo06 merged 4 commits intomainfrom
feat/fix-ingredients

Conversation

@mdeekshita
Copy link
Copy Markdown
Collaborator

@mdeekshita mdeekshita commented Apr 4, 2026

Description

editing the food log for after you log in to be more user friendly, etc

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • [ x] New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (code improvement without changing functionality)
  • Documentation update
  • Configuration/infrastructure change
  • [ x] Performance improvement
  • Test coverage improvement

What Changed?

  • changed the ingredients to make it more user friendly

Testing & Validation

How this was tested

  1. I used the simulator to test and show

Screenshots/Recordings

Screenshot 2026-04-04 at 4 49 30 PM

Unfinished Work & Known Issues

  • None, this PR is complete and production-ready
  • [ x] The following items are intentionally deferred:
    • My specific tasks for this PR are all good and correct but there are some API calls that are bugging that would need to get fixed later on

Pre-Merge Checklist

Code Quality

  • [ x] Code follows the project's style guidelines and conventions
  • [ x] Self-review completed (I've reviewed my own code for obvious issues)
  • [ x] No debugging code, console logs, or commented-out code left behind
  • [x ] No merge conflicts with the base branch
  • [ x] Meaningful commit messages that explain the "why"

Testing & CI

  • [ x] All CI checks are passing
  • [x ] All new and existing tests pass locally
  • [ x] Test coverage hasn't decreased (or decrease is justified)
  • [ x] Linting passes without errors

Documentation

  • [ x] Code is self-documenting or includes helpful comments for complex logic
  • [ x] API documentation updated (if backend endpoints changed)
  • [ x] Type definitions are accurate and up-to-date

Reviewer Notes

  • API calls failing after the fact

Copy link
Copy Markdown
Collaborator

@Jrodrigo06 Jrodrigo06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Collaborator

@Jrodrigo06 Jrodrigo06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

@Jrodrigo06 Jrodrigo06 merged commit e02e9ff into main Apr 8, 2026
3 checks passed
@Jrodrigo06 Jrodrigo06 deleted the feat/fix-ingredients branch April 8, 2026 03:23
Jrodrigo06 pushed a commit that referenced this pull request Apr 8, 2026
* Update FoodLogForm.tsx

* placeholder

* fixing ingredients to add with button
Jrodrigo06 pushed a commit that referenced this pull request Apr 8, 2026
* Update FoodLogForm.tsx

* placeholder

* fixing ingredients to add with button
Jrodrigo06 pushed a commit that referenced this pull request Apr 8, 2026
* Update FoodLogForm.tsx

* placeholder

* fixing ingredients to add with button
Jrodrigo06 added a commit that referenced this pull request Apr 8, 2026
feat: improve schema sync, reset-db command, and fix env defaults
Add frontend/.env.example documenting EXPO_PUBLIC_API_URL pointing at
the Railway production backend. Local .env is gitignored; the variable
is inlined at bundle time so it works with Expo Go QR scanning.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* syncing schema

* Feat/fix ingredients (#77)

* Update FoodLogForm.tsx

* placeholder

* fixing ingredients to add with button

* Fixes for the PR, instead added a reset db

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Deekshita Madhalam <147561858+mdeekshita@users.noreply.github.com>
Jrodrigo06 pushed a commit that referenced this pull request Apr 10, 2026
* Update FoodLogForm.tsx

* placeholder

* fixing ingredients to add with button
Jrodrigo06 pushed a commit that referenced this pull request Apr 14, 2026
* Update FoodLogForm.tsx

* placeholder

* fixing ingredients to add with button
Jrodrigo06 added a commit that referenced this pull request Apr 14, 2026
* feat: add production API URL via EXPO_PUBLIC_API_URL env var

Add frontend/.env.example documenting EXPO_PUBLIC_API_URL pointing at
the Railway production backend. Local .env is gitignored; the variable
is inlined at bundle time so it works with Expo Go QR scanning.


* syncing schema

* Feat/fix ingredients (#77)

* Update FoodLogForm.tsx

* placeholder

* fixing ingredients to add with button

* Fixes for the PR, instead added a reset db

* Alot of changes

* cleanup

---------

Co-authored-by: Deekshita Madhalam <147561858+mdeekshita@users.noreply.github.com>
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