mirror of
https://github.com/reconurge/flowsint.git
synced 2026-06-10 00:30:17 -05:00
[PR #181] feat(custom types): added category to custom types for organization #2642
Reference in New Issue
Block a user
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/reconurge/flowsint/pull/181
Author: @zurtix
Created: 6/7/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (5)
f0b0b9bAdded category to custom types to reorginize into desired categoriesfc92088Custom types replaced with proper custom_types_category value86b254bCustom types replaced with proper custom_types_category valuea7d5861Fixed type for custom type in type_registry_service to revert back to using name as to not break graph25b735bMerge branch 'main' of github.com:zurtix/flowsint📊 Changes
9 files changed (+151 additions, -47 deletions)
View changed files
➕
flowsint-api/alembic/versions/f4d42260273d_add_category_to_custom_types.py(+41 -0)📝
flowsint-api/app/api/routes/custom_types.py(+2 -0)📝
flowsint-api/app/api/schemas/custom_type.py(+5 -0)📝
flowsint-app/src/api/custom-type-service.ts(+3 -0)📝
flowsint-app/src/components/custom-types/type-preview.tsx(+10 -1)📝
flowsint-app/src/routes/_auth.dashboard.custom-types.$typeId.tsx(+48 -22)📝
flowsint-core/src/flowsint_core/core/models.py(+3 -0)📝
flowsint-core/src/flowsint_core/core/services/custom_type_service.py(+6 -0)📝
flowsint-core/src/flowsint_core/core/services/type_registry_service.py(+33 -24)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.