Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): add email field to getTrips requests #13

Merged
merged 6 commits into from
Jan 25, 2025

Conversation

KimBlazter
Copy link
Collaborator

API Updates

  • Enhance getTrips function to include the account email. (602f26f)
  • Add the email field to the trip data in getSlowerData function. (c60f544)
  • Update getSlowerData function to set createdAt, updatedAt, and email fields correctly. (7c22bf6)

Schema Modifications

  • Add the email field to TripSchema and remove the account field from the NewTripInputSchema. (c71501f)
  • Enforce the account field as required and update the email field default values. (ede404a)

Form Adjustments

  • Remove the account field from default values in NewTripForm. (7750411)

@finxol finxol merged commit ea34419 into main Jan 25, 2025
4 checks passed
@finxol finxol deleted the api/selectEmailWithTrip branch January 25, 2025 00:36
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