코어와의 이름 충돌이 예상되어 이 플러그인은 "Process Manager"로 이름이 변경되었습니다.
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.
새로운 저장소 이름을 확인해 주세요.
기존의 "workflows"가 있는 경우, 모든 데이터는 유지됩니다. 테이블과 인덱스만 이름이 변경되었을 뿐이지만, 모든 설정은 이전되지 않고 대체되었으므로 이 플러그인이 사이트에 중요한 경우 관리자 → 플러그인 → Process Manager에서 설정을 확인해 보세요. 설정 항목이 많지 않아 마이그레이션 스크립트를 만들지 않기로 했습니다.
기존의 Data Explorer 쿼리를 삭제해야 할 수 있습니다.
이 작업은 상당한 노력의 결과였으며, 저는 이 결정을 가볍게 내린 것이 아닙니다.
그러나 하나의 좋은 점은, 이제 이 플러그인의 목적이 훨씬 더 명확해졌다고 생각합니다.
5개의 좋아요