Skip to content

[Components] limoexpress #16907

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

Closed
pipedream-component-development opened this issue May 31, 2025 · 3 comments · Fixed by #16933
Closed

[Components] limoexpress #16907

pipedream-component-development opened this issue May 31, 2025 · 3 comments · Fixed by #16933
Assignees
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented May 31, 2025

limoexpress

URLs

Polling Sources

new-booking-instant

Prompt

Emit new event when a customer creates a new limo booking. No props are required.

URLs

new-cancellation-instant

Prompt

Emit new event when a customer cancels an existing booking. No props are required.

URLs

new-driver-assignment-instant

Prompt

Emit new event when a driver is assigned to a limo ride. Useful for dispatch coordination. No props are required.

URLs

Actions

create-booking

Prompt

Create a new limo booking with customer, pickup, dropoff, and vehicle details. Required props: booking_type_id, from_location and pickup_time. booking_tyoe_id and booking_status_id have async options

URLs

cancel-booking

Prompt

Cancel an existing booking using its ID. Required prop: booking ID. Optional prop: cancellation reason.

URLs

assign-driver

Prompt

Assign a driver to a specific ride. Required props: booking ID, driver ID. Optional prop: assignment notes.

URLs

@pipedream-component-development pipedream-component-development added the triaged For maintainers: This issue has been triaged by a Pipedream employee label May 31, 2025
@sergio-eliot-rodriguez
Copy link
Collaborator

Trial account

@luancazarine luancazarine moved this from Prioritized to Doing in Component (Source and Action) Backlog Jun 2, 2025
@luancazarine luancazarine self-assigned this Jun 2, 2025
luancazarine added a commit that referenced this issue Jun 3, 2025
Sources
 - New Booking

Actions
 - Create Booking
 - Create Client
 - Mark Invoice As Paid
@luancazarine luancazarine moved this from Doing to Ready for PR Review in Component (Source and Action) Backlog Jun 3, 2025
@lcaresia lcaresia moved this from Ready for PR Review to Ready for QA in Component (Source and Action) Backlog Jun 4, 2025
@vunguyenhung vunguyenhung moved this from Ready for QA to Changes Required in Component (Source and Action) Backlog Jun 5, 2025
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Components-limoexpress-208bf548bb5e81ea8a2bf599731830ee

@luancazarine luancazarine moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog Jun 6, 2025
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Jun 8, 2025
@vunguyenhung vunguyenhung moved this from In QA to Ready for QA in Component (Source and Action) Backlog Jun 8, 2025
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Jun 8, 2025
@vunguyenhung vunguyenhung moved this from In QA to Ready for Release in Component (Source and Action) Backlog Jun 8, 2025
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Components-limoexpress-208bf548bb5e81ea8a2bf599731830ee

luancazarine added a commit that referenced this issue Jun 10, 2025
* limoexpress init

* [Components] limoexpress #16907
Sources
 - New Booking

Actions
 - Create Booking
 - Create Client
 - Mark Invoice As Paid

* pnpm update

* pnpm update

* some adjusts

* pnpm update

* pnpm update
@github-project-automation github-project-automation bot moved this from Ready for Release to Done in Component (Source and Action) Backlog Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
Development

Successfully merging a pull request may close this issue.

4 participants