Paul
Paul
Hi @agosmou PM has been working on statuses in a Google Doc at https://docs.google.com/document/d/1mksBNqE9hc-bAW49mdHQDImkk8f92YewtwENNpqvFHc/edit. We (devs) will need to work together with PM on defining the statuses. As of this...
@Joshua-Douglas @johnwroge An idea: Wait until the new config system lands in the main branch and then add Response Validation. Have Response Validation enabled only for development/testing because it might...
Hi @sanya301, a few questions: 1. It seems that the "Steps" and "Tasks" terminology appears to have been lost in [ Implement Guest Dashboard Components #566](566) and [Implement Guest Dashboard...
Hi @sanya301 1. I went back to Figma to look for an example, but I can't find it anymore. Either I misread or I was looking at a very old...
@sanya301 @rpradheap This issue is called "Guest Dashboard" but it focuses specifically on the "My Tasks" widget. It would be helpful to rename the issue to reflect that focus: "Section...
Thank you @Joshua-Douglas @sanya301. @sanya301 I see. Task Group is a logical grouping of the Tasks needed to complete an organization’s onboarding and matching process. Do these logical groupings, Task...
@agosmou Do you recommend that the OpenAPI parameters be written as snake case? For example: `/serviceProviders/{providerId}:` -> `/service-providers/{provider_id}:` -> `def get_service_provider_by_id(provider_id: int) -> Response:` Should there be a documented rule...