mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #74] [MERGED] Template creation #344
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dflow-sh/dflow/pull/74
Author: @jagadeesh507
Created: 4/21/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @jagadeesh507
Base:
main← Head:template-create📝 Commits (10+)
cb20c79chore: github service addition59742dechore: database service addition53fd766chore: unique-names-generator package installed8c453adchore: database select options updatedf4be28fchore: select removed for fetching all github providers.859fda1fix: width fixed98026f8chore: template tab added1ad7279chore: database types updated4d60090fix: ui fixfef5442chore: onClick prop added for nodes📊 Changes
22 files changed (+1238 additions, -136 deletions)
View changed files
📝
package.json(+1 -0)📝
pnpm-lock.yaml(+9 -0)📝
src/actions/gitProviders/index.ts(+10 -10)➕
src/actions/templates/index.ts(+52 -0)➕
src/actions/templates/validator.ts(+36 -0)📝
src/app/(frontend)/(dashboard)/layout.client.tsx(+1 -1)➕
src/app/(frontend)/(dashboard)/templates/create/page.tsx(+7 -0)➕
src/app/(frontend)/(dashboard)/templates/page.tsx(+47 -0)📝
src/app/(frontend)/globals.css(+10 -0)📝
src/components/project/ServicesArchitecture.tsx(+2 -1)📝
src/components/reactflow/CustomNodes/index.tsx(+17 -11)📝
src/components/reactflow/reactflow.config.tsx(+1 -1)📝
src/components/reactflow/types.ts(+20 -1)➕
src/components/templates/TemplateDetails.tsx(+57 -0)➕
src/components/templates/create/AddDatabaseService.tsx(+116 -0)➕
src/components/templates/create/AddGithubService.tsx(+376 -0)➕
src/components/templates/create/CreateNewTemplate.tsx(+305 -0)➕
src/components/templates/create/DeploymentOrder.tsx(+104 -0)➕
src/components/templates/create/types.ts(+18 -0)➖
src/components/templates/create/useFlowPersistence.tsx(+0 -58)...and 2 more files
📄 Description
✅ Template Collection Setup
Templatecollection to the database to store user-created templates.🎯 Floating Edges Between Nodes
🧩 Template Creation UI
📄 Template List Page
🗑️ Template Deletion
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.