كانت خطوة التحرير غامضة وغير عملية بعض الشيء، لذا قمت الآن بإنشاء محرر مرئي جديد لمساعدتك على تصور وتعديل سير العمل من البداية!
main ← graphical_edit
merged 07:05PM - 14 May 26 UTC
* Add, remove, customise workflows steps with a new easy-to-use visual editor
هذا سيساعدك على إعداد عملية سير العمل الجديدة في وقت قياسي!
كما يعالج هذا التحديث بعض حالات الإلغاء التدريجي.
إعجابَين (2)
بسبب تعارض محتمل في التسمية مع النواة، تم إعادة تسمية هذا الملحق إلى «مدير العمليات»
main ← rename
merged 10:59AM - 20 May 26 UTC
## Summary
This PR completes the rebrand from Workflow to Process Manager acr… oss the plugin.
This was necessary to avoid a major imminent naming clash with a new core plugin.
It renames the plugin identity, routes, settings, locale namespace, frontend/admin assets, Ruby namespace, models, serializers, specs, fixtures, and runtime payloads to use Process Manager / Process terminology. It also adds a post-migration to rename the underlying workflow tables and columns to process_manager_* equivalents, with AR associations
and SQL paths updated accordingly.
## Key Changes
- Renamed plugin-facing copy, admin navigation, discovery route, settings, assets, CSS selectors, DOM attributes, and
frontend internals from Workflow to Process Manager / Process.
- Renamed Ruby namespace and helper/model/serializer/controller usage to ProcessManager.
- Added schema migration from legacy workflow_* tables/columns to process_manager_* tables/columns.
- Updated Data Explorer default query names and SQL to use Process Manager naming while leaving legacy query names
untouched.
- Updated README and admin help copy, including direct OpenAI AI-step wording and current visual/Kanban/chart
capabilities.
## Validation
- Full plugin spec suite passed.
- Lint passed for touched files.
- Test DB migration completed successfully.
انتبه إلى اسم المستودع الجديد.
إذا كان لديك «سير عمل» موجودة مسبقًا، فستنتقل جميع البيانات؛ حيث تم إعادة تسمية الجداول والفهارس فقط، لكن جميع الإعدادات قد استُبدلت ولم تُنقل، لذا يُرجى التحقق منها عبر لوحة الإدارة → الإضافات → مدير العمليات، إذا كان هذا الملحق مهمًا لموقعك.
كان هذا العمل كبيرًا (!)، ولم أتخذ هذا القرار بخفة.
ومع ذلك، فإن إحدى النتائج الجيدة هي أنني أعتقد أن هدف الملحق أصبح الآن أكثر وضوحًا.
إعجاب واحد (1)