Table of Content

Checkout

gh pr checkout 5

Improvement needed

Improvement needed - Client should be an async prop that fetches all Clients

We have the GET List Clients API here to get the Client list. We can make the Client ID an async prop to fetch all clients and allow user to select a client.

Untitled

Improvement needed - Custom color only available on Premium plan

The color prop is currently required, but it is not available on free plan. The API accepts the color as optional

Untitled

Improvement needed - Billable prop only available on premium plan

The billable prop is currently required, but it is not available on free plan. The API accepts the color as optional

Untitled

Improvement needed - Workspace ID prop should be an async prop that Fetch user’s workspaces from /api/v9/me API for

Currently, user need to manually input the Workspace ID that’s not visible to normal user. Use the API /api/v9/me with query with_related_data: true should fetch all workspaces that are available

Untitled

Actions

pd-scripts publish components/toggl/actions

Create New Client - Improvement needed