Skip to content
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

Investigation into Svelte re-write #1005

Draft
wants to merge 148 commits into
base: develop
Choose a base branch
from
Draft

Investigation into Svelte re-write #1005

wants to merge 148 commits into from

Conversation

chrisvire
Copy link
Member

No description provided.

@chrisvire chrisvire self-assigned this Nov 1, 2023
@chrisvire chrisvire force-pushed the develop branch 2 times, most recently from b3d0511 to eb5224e Compare February 29, 2024 17:05
@@ -51,5 +51,8 @@
"type": "module",
"volta": {
"node": "18.16.1"
},
"dependencies": {
"zod": "^3.23.8"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally, all dependencies with Svelte-kit are devDependencies.

@@ -4,19 +4,31 @@

-->
<script lang="ts">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, "Internationalized" is probably not needed in the component name. Everything should internationalized.

7dev7urandom and others added 22 commits September 11, 2024 08:44
- Add test button to create bullmq task in admin settings
* Add Aidan Jones to users

* Add alt for testing non-admin visibility
* Import prisma in flows and auth

* Add structure for task forms

* Direct my tasks links to correct subfolder

* Add rest of instructions

* Use instructions dynamically in svelte:component

Also fixed some things to make TS happy.

* Make tables in forms sortable

* Add simple queries and log results

* Add comments noting which database field

* Retrieve product data from database

Currently grabbing all relevant fields.
Once workflow backend is implemented, should change to only grab data needed based on the state of the task in the workflow.

* Move arrow icons to lib/icons

* Rename fields to be more meaningful

* Rename instructions to align with DWKit forms

* Remove unneeded query

* Add note for ProductArtifacts

* Clean up code for SortTable and co.

* Break out artifacts query, filter on latest build

---------

Co-authored-by: 7dev7urandom <30197373+7dev7urandom@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants