Replicate forms from DWKit as SvelteKit page in /tasks/[product_id].
The page dynamically selects the data it need (including the instructions) based on the product id.
Currently, the page has minimal functionality, as there is not much that can be added until the backend is successfully refactored and can be integrated into the frontend.
The remaining functionality will be added, presumably as a new PR, once the backend is updated.
Replicate forms from DWKit as SvelteKit page in
/tasks/[product_id]
.The page dynamically selects the data it need (including the instructions) based on the product id.
Currently, the page has minimal functionality, as there is not much that can be added until the backend is successfully refactored and can be integrated into the frontend.
The remaining functionality will be added, presumably as a new PR, once the backend is updated.