[PR #181] feat(custom types): added category to custom types for organization #2642

Open
opened 2026-06-07 15:05:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/181
Author: @zurtix
Created: 6/7/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • f0b0b9b Added category to custom types to reorginize into desired categories
  • fc92088 Custom types replaced with proper custom_types_category value
  • 86b254b Custom types replaced with proper custom_types_category value
  • a7d5861 Fixed type for custom type in type_registry_service to revert back to using name as to not break graph
  • 25b735b Merge 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

  • Added category to custom types
  • Added drop down in custom types to select category
  • Entity dialogue now properly displays custom types category selected

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/181 **Author:** [@zurtix](https://github.com/zurtix) **Created:** 6/7/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`f0b0b9b`](https://github.com/reconurge/flowsint/commit/f0b0b9bf823ea20507d3f964bd64391709dbde7e) Added category to custom types to reorginize into desired categories - [`fc92088`](https://github.com/reconurge/flowsint/commit/fc9208865d97a0783e99574b6ac70a5377c42414) Custom types replaced with proper custom_types_category value - [`86b254b`](https://github.com/reconurge/flowsint/commit/86b254bbf9a9bb07fc0d3a9e8c6fd9cb523b54ae) Custom types replaced with proper custom_types_category value - [`a7d5861`](https://github.com/reconurge/flowsint/commit/a7d5861d5b028b898ee35781987575295882bb68) Fixed type for custom type in type_registry_service to revert back to using name as to not break graph - [`25b735b`](https://github.com/reconurge/flowsint/commit/25b735b2a227e565d86ba87d5fdfa5707de6ad65) Merge branch 'main' of github.com:zurtix/flowsint ### 📊 Changes **9 files changed** (+151 additions, -47 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description - Added category to custom types - Added drop down in custom types to select category - Entity dialogue now properly displays custom types category selected --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-07 15:05:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#2642