sillsdev / appbuilder-portal

Portal for Scriptoria -- App Publishing Service
MIT License
25 stars 5 forks source link

Feature/svelte task forms #1016

Closed FyreByrd closed 2 months ago

FyreByrd commented 3 months ago

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.

FyreByrd commented 3 months ago

Currently waiting on fixing the build engine issues before I can replace at least some of the hard-coded data with some database queries.