mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
32530e5dc9
commit
8ea1234596
@ -759,6 +759,12 @@ class SystemController extends AbstractController
|
|||||||
$data['error'][] = '终端License已过期';
|
$data['error'][] = '终端License已过期';
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
if ($type === 'error') {
|
||||||
|
$data = [
|
||||||
|
'error' => $data['error']
|
||||||
|
];
|
||||||
|
}
|
||||||
|
//
|
||||||
return Base::retSuccess('success', $data);
|
return Base::retSuccess('success', $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -470,7 +470,7 @@ export default {
|
|||||||
|
|
||||||
activated() {
|
activated() {
|
||||||
this.$store.dispatch("getUserInfo").catch(_ => {})
|
this.$store.dispatch("getUserInfo").catch(_ => {})
|
||||||
this.$store.dispatch("getTaskPriority").catch(_ => {})
|
this.$store.dispatch("getTaskPriority", 1000)
|
||||||
this.$store.dispatch("getReportUnread", 1000)
|
this.$store.dispatch("getReportUnread", 1000)
|
||||||
this.$store.dispatch("getApproveUnread", 1000)
|
this.$store.dispatch("getApproveUnread", 1000)
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,262 +0,0 @@
|
|||||||
export default {
|
|
||||||
"zh": [
|
|
||||||
{"name": "需求", "desc": "新功能或业务需求", "color": "#007bff"},
|
|
||||||
{"name": "优化", "desc": "现有功能或体验的改进", "color": "#28a745"},
|
|
||||||
{"name": "Bug", "desc": "问题或功能异常", "color": "#dc3545"},
|
|
||||||
{"name": "设计", "desc": "与UI/UX设计相关的任务", "color": "#6f42c1"},
|
|
||||||
{"name": "开发", "desc": "涉及前端或后端开发的任务", "color": "#17a2b8"},
|
|
||||||
{"name": "测试", "desc": "测试相关任务", "color": "#fd7e14"},
|
|
||||||
{"name": "文档", "desc": "与文档编写或维护相关的任务", "color": "#20c997"},
|
|
||||||
{"name": "性能", "desc": "性能优化相关任务", "color": "#6610f2"},
|
|
||||||
{"name": "安全", "desc": "与安全问题或漏洞相关的任务", "color": "#e83e8c"},
|
|
||||||
{"name": "技术债务", "desc": "需要偿还的技术债务", "color": "#6c757d"},
|
|
||||||
{"name": "实验性", "desc": "任务属于探索性质", "color": "#6f42c1"},
|
|
||||||
{"name": "学习任务", "desc": "任务用于学习或研究", "color": "#20c997"},
|
|
||||||
{"name": "紧急", "desc": "需要优先处理的任务", "color": "#d63384"},
|
|
||||||
{"name": "高优先级", "desc": "优先级较高的任务", "color": "#ffc107"},
|
|
||||||
{"name": "低优先级", "desc": "优先级较低的任务", "color": "#6c757d"},
|
|
||||||
{"name": "无效", "desc": "任务被标记为无效", "color": "#adb5bd"},
|
|
||||||
{"name": "重复", "desc": "任务与已有任务重复", "color": "#ced4da"},
|
|
||||||
{"name": "不适用", "desc": "任务不再适用当前需求", "color": "#dee2e6"},
|
|
||||||
{"name": "延期", "desc": "任务因某些原因被延期", "color": "#ffc107"},
|
|
||||||
{"name": "阻塞", "desc": "任务被问题或依赖阻塞", "color": "#dc3545"},
|
|
||||||
{"name": "待确认", "desc": "任务需要进一步确认", "color": "#0dcaf0"},
|
|
||||||
{"name": "已搁置", "desc": "任务暂时搁置", "color": "#adb5bd"},
|
|
||||||
{"name": "待复盘", "desc": "任务完成后需复盘", "color": "#17a2b8"},
|
|
||||||
{"name": "外部依赖", "desc": "依赖外部资源的任务", "color": "#fd7e14"},
|
|
||||||
{"name": "跨团队协作", "desc": "需要多个团队协作的任务", "color": "#17a2b8"},
|
|
||||||
{"name": "研发支持", "desc": "为其他团队提供支持", "color": "#20c997"}
|
|
||||||
],
|
|
||||||
|
|
||||||
"zh-CHT": [
|
|
||||||
{"name": "需求", "desc": "新功能或業務需求", "color": "#007bff"},
|
|
||||||
{"name": "優化", "desc": "現有功能或體驗的改進", "color": "#28a745"},
|
|
||||||
{"name": "Bug", "desc": "功能異常或錯誤", "color": "#dc3545"},
|
|
||||||
{"name": "設計", "desc": "與UI/UX設計相關的任務", "color": "#6f42c1"},
|
|
||||||
{"name": "開發", "desc": "前後端開發相關任務", "color": "#17a2b8"},
|
|
||||||
{"name": "測試", "desc": "功能測試或用例驗證", "color": "#fd7e14"},
|
|
||||||
{"name": "文檔", "desc": "與文檔編寫或維護相關的任務", "color": "#20c997"},
|
|
||||||
{"name": "性能", "desc": "性能優化相關任務", "color": "#6610f2"},
|
|
||||||
{"name": "安全", "desc": "與安全問題或漏洞相關的任務", "color": "#e83e8c"},
|
|
||||||
{"name": "技術債務", "desc": "需要償還的技術債務", "color": "#6c757d"},
|
|
||||||
{"name": "實驗性", "desc": "任務屬於探索性質", "color": "#6f42c1"},
|
|
||||||
{"name": "學習任務", "desc": "任務用於學習或研究", "color": "#20c997"},
|
|
||||||
{"name": "緊急", "desc": "需要優先處理的任務", "color": "#d63384"},
|
|
||||||
{"name": "高優先級", "desc": "優先級較高的任務", "color": "#ffc107"},
|
|
||||||
{"name": "低優先級", "desc": "優先級較低的任務", "color": "#6c757d"},
|
|
||||||
{"name": "無效", "desc": "任務無效,不再處理", "color": "#adb5bd"},
|
|
||||||
{"name": "重複", "desc": "與其他任務重複", "color": "#ced4da"},
|
|
||||||
{"name": "不適用", "desc": "任務不再適用當前需求", "color": "#dee2e6"},
|
|
||||||
{"name": "延期", "desc": "任務因某些原因被延期", "color": "#ffc107"},
|
|
||||||
{"name": "阻塞", "desc": "任務被問題或依賴阻塞", "color": "#dc3545"},
|
|
||||||
{"name": "待確認", "desc": "任務信息不完整,需確認", "color": "#0dcaf0"},
|
|
||||||
{"name": "已擱置", "desc": "任務暫停處理,未來可能重啟", "color": "#adb5bd"},
|
|
||||||
{"name": "待復盤", "desc": "任務完成後需總結復盤", "color": "#17a2b8"},
|
|
||||||
{"name": "外部依賴", "desc": "依賴外部資源的任務", "color": "#fd7e14"},
|
|
||||||
{"name": "跨團隊協作", "desc": "需要多個團隊協作的任務", "color": "#17a2b8"},
|
|
||||||
{"name": "研發支持", "desc": "為其他團隊提供支持", "color": "#20c997"}
|
|
||||||
],
|
|
||||||
|
|
||||||
"en": [
|
|
||||||
{"name": "Requirement", "desc": "New feature or business requirement", "color": "#007bff"},
|
|
||||||
{"name": "Optimization", "desc": "Improvement of existing features or experience", "color": "#28a745"},
|
|
||||||
{"name": "Bug", "desc": "Feature malfunction or error", "color": "#dc3545"},
|
|
||||||
{"name": "Design", "desc": "Tasks related to UI/UX design", "color": "#6f42c1"},
|
|
||||||
{"name": "Development", "desc": "Tasks related to frontend or backend development", "color": "#17a2b8"},
|
|
||||||
{"name": "Testing", "desc": "Feature testing or case verification", "color": "#fd7e14"},
|
|
||||||
{"name": "Documentation", "desc": "Tasks related to writing or maintaining documentation", "color": "#20c997"},
|
|
||||||
{"name": "Performance", "desc": "Tasks related to performance optimization", "color": "#6610f2"},
|
|
||||||
{"name": "Security", "desc": "Tasks related to security issues or vulnerabilities", "color": "#e83e8c"},
|
|
||||||
{"name": "Technical Debt", "desc": "Technical debt that needs to be addressed", "color": "#6c757d"},
|
|
||||||
{"name": "Experimental", "desc": "Tasks of an exploratory nature", "color": "#6f42c1"},
|
|
||||||
{"name": "Learning Task", "desc": "Tasks for learning or research purposes", "color": "#20c997"},
|
|
||||||
{"name": "Urgent", "desc": "Tasks that need to be prioritized", "color": "#d63384"},
|
|
||||||
{"name": "High Priority", "desc": "Tasks with high priority", "color": "#ffc107"},
|
|
||||||
{"name": "Low Priority", "desc": "Tasks with low priority", "color": "#6c757d"},
|
|
||||||
{"name": "Invalid", "desc": "Task is invalid and will no longer be processed", "color": "#adb5bd"},
|
|
||||||
{"name": "Duplicate", "desc": "Task is a duplicate of an existing one", "color": "#ced4da"},
|
|
||||||
{"name": "Not Applicable", "desc": "Task is no longer applicable to current requirements", "color": "#dee2e6"},
|
|
||||||
{"name": "Postponed", "desc": "Task is postponed for some reason", "color": "#ffc107"},
|
|
||||||
{"name": "Blocked", "desc": "Task is blocked by issues or dependencies", "color": "#dc3545"},
|
|
||||||
{"name": "To Be Confirmed", "desc": "Task information is incomplete and needs confirmation", "color": "#0dcaf0"},
|
|
||||||
{"name": "On Hold", "desc": "Task is temporarily on hold and may resume in the future", "color": "#adb5bd"},
|
|
||||||
{"name": "To Be Reviewed", "desc": "Task needs to be reviewed or summarized after completion", "color": "#17a2b8"},
|
|
||||||
{"name": "External Dependency", "desc": "Task depends on external resources", "color": "#fd7e14"},
|
|
||||||
{"name": "Cross-Team Collaboration", "desc": "Task requires collaboration across multiple teams", "color": "#17a2b8"},
|
|
||||||
{"name": "R&D Support", "desc": "Providing support to other teams", "color": "#20c997"}
|
|
||||||
],
|
|
||||||
|
|
||||||
"ko": [
|
|
||||||
{"name": "요구사항", "desc": "새로운 기능 또는 비즈니스 요구사항", "color": "#007bff"},
|
|
||||||
{"name": "최적화", "desc": "기존 기능 또는 경험의 개선", "color": "#28a745"},
|
|
||||||
{"name": "버그", "desc": "기능 오작동 또는 오류", "color": "#dc3545"},
|
|
||||||
{"name": "디자인", "desc": "UI/UX 디자인 관련 작업", "color": "#6f42c1"},
|
|
||||||
{"name": "개발", "desc": "프론트엔드 또는 백엔드 개발 관련 작업", "color": "#17a2b8"},
|
|
||||||
{"name": "테스트", "desc": "기능 테스트 또는 사례 검증", "color": "#fd7e14"},
|
|
||||||
{"name": "문서화", "desc": "문서 작성 또는 유지보수 작업", "color": "#20c997"},
|
|
||||||
{"name": "성능", "desc": "성능 최적화 관련 작업", "color": "#6610f2"},
|
|
||||||
{"name": "보안", "desc": "보안 문제 또는 취약점 관련 작업", "color": "#e83e8c"},
|
|
||||||
{"name": "기술 부채", "desc": "해결해야 할 기술 부채", "color": "#6c757d"},
|
|
||||||
{"name": "실험적", "desc": "탐색적인 성격의 작업", "color": "#6f42c1"},
|
|
||||||
{"name": "학습 작업", "desc": "학습 또는 연구를 위한 작업", "color": "#20c997"},
|
|
||||||
{"name": "긴급", "desc": "우선적으로 처리해야 할 작업", "color": "#d63384"},
|
|
||||||
{"name": "높은 우선순위", "desc": "우선순위가 높은 작업", "color": "#ffc107"},
|
|
||||||
{"name": "낮은 우선순위", "desc": "우선순위가 낮은 작업", "color": "#6c757d"},
|
|
||||||
{"name": "무효", "desc": "작업이 무효화되어 더 이상 처리되지 않음", "color": "#adb5bd"},
|
|
||||||
{"name": "중복", "desc": "기존 작업과 중복된 작업", "color": "#ced4da"},
|
|
||||||
{"name": "부적합", "desc": "현재 요구사항에 더 이상 적합하지 않은 작업", "color": "#dee2e6"},
|
|
||||||
{"name": "연기됨", "desc": "특정 이유로 연기된 작업", "color": "#ffc107"},
|
|
||||||
{"name": "차단됨", "desc": "문제 또는 의존성으로 인해 차단된 작업", "color": "#dc3545"},
|
|
||||||
{"name": "확인 필요", "desc": "정보가 불완전하여 확인이 필요한 작업", "color": "#0dcaf0"},
|
|
||||||
{"name": "보류 중", "desc": "작업이 일시적으로 보류되었으며, 추후 재개될 수 있음", "color": "#adb5bd"},
|
|
||||||
{"name": "리뷰 필요", "desc": "작업 완료 후 요약 또는 리뷰가 필요한 작업", "color": "#17a2b8"},
|
|
||||||
{"name": "외부 의존성", "desc": "외부 리소스에 의존하는 작업", "color": "#fd7e14"},
|
|
||||||
{"name": "팀 간 협업", "desc": "다수의 팀이 협업해야 하는 작업", "color": "#17a2b8"},
|
|
||||||
{"name": "개발 지원", "desc": "다른 팀에 지원을 제공하는 작업", "color": "#20c997"}
|
|
||||||
],
|
|
||||||
|
|
||||||
"ja": [
|
|
||||||
{"name": "要件", "desc": "新しい機能またはビジネス要件", "color": "#007bff"},
|
|
||||||
{"name": "最適化", "desc": "既存の機能または体験の改善", "color": "#28a745"},
|
|
||||||
{"name": "バグ", "desc": "機能の不具合またはエラー", "color": "#dc3545"},
|
|
||||||
{"name": "デザイン", "desc": "UI/UXデザインに関連するタスク", "color": "#6f42c1"},
|
|
||||||
{"name": "開発", "desc": "フロントエンドまたはバックエンド開発に関するタスク", "color": "#17a2b8"},
|
|
||||||
{"name": "テスト", "desc": "機能テストまたはケース検証", "color": "#fd7e14"},
|
|
||||||
{"name": "ドキュメント", "desc": "ドキュメントの作成または保守に関連するタスク", "color": "#20c997"},
|
|
||||||
{"name": "パフォーマンス", "desc": "パフォーマンス最適化に関連するタスク", "color": "#6610f2"},
|
|
||||||
{"name": "セキュリティ", "desc": "セキュリティ問題または脆弱性に関連するタスク", "color": "#e83e8c"},
|
|
||||||
{"name": "技術的負債", "desc": "解消が必要な技術的負債", "color": "#6c757d"},
|
|
||||||
{"name": "実験的", "desc": "探索的な性質のタスク", "color": "#6f42c1"},
|
|
||||||
{"name": "学習タスク", "desc": "学習または研究を目的としたタスク", "color": "#20c997"},
|
|
||||||
{"name": "緊急", "desc": "優先的に処理が必要なタスク", "color": "#d63384"},
|
|
||||||
{"name": "高優先度", "desc": "優先度の高いタスク", "color": "#ffc107"},
|
|
||||||
{"name": "低優先度", "desc": "優先度の低いタスク", "color": "#6c757d"},
|
|
||||||
{"name": "無効", "desc": "タスクが無効で、処理されなくなった", "color": "#adb5bd"},
|
|
||||||
{"name": "重複", "desc": "既存のタスクと重複しているタスク", "color": "#ced4da"},
|
|
||||||
{"name": "不適用", "desc": "現在の要件に適用されなくなったタスク", "color": "#dee2e6"},
|
|
||||||
{"name": "延期", "desc": "何らかの理由で延期されたタスク", "color": "#ffc107"},
|
|
||||||
{"name": "ブロック中", "desc": "問題または依存関係によってブロックされたタスク", "color": "#dc3545"},
|
|
||||||
{"name": "要確認", "desc": "情報が不完全で確認が必要なタスク", "color": "#0dcaf0"},
|
|
||||||
{"name": "保留中", "desc": "タスクが一時的に保留され、将来的に再開される可能性がある", "color": "#adb5bd"},
|
|
||||||
{"name": "レビュー待ち", "desc": "タスク完了後に要約またはレビューが必要なタスク", "color": "#17a2b8"},
|
|
||||||
{"name": "外部依存", "desc": "外部リソースに依存するタスク", "color": "#fd7e14"},
|
|
||||||
{"name": "チーム間協力", "desc": "複数のチームが協力する必要があるタスク", "color": "#17a2b8"},
|
|
||||||
{"name": "開発サポート", "desc": "他のチームにサポートを提供するタスク", "color": "#20c997"}
|
|
||||||
],
|
|
||||||
|
|
||||||
"de": [
|
|
||||||
{"name": "Anforderung", "desc": "Neue Funktion oder geschäftliche Anforderung", "color": "#007bff"},
|
|
||||||
{"name": "Optimierung", "desc": "Verbesserung bestehender Funktionen oder Erfahrungen", "color": "#28a745"},
|
|
||||||
{"name": "Bug", "desc": "Funktionsfehler oder Problem", "color": "#dc3545"},
|
|
||||||
{"name": "Design", "desc": "Aufgaben im Zusammenhang mit UI/UX-Design", "color": "#6f42c1"},
|
|
||||||
{"name": "Entwicklung", "desc": "Aufgaben im Bereich Frontend- oder Backend-Entwicklung", "color": "#17a2b8"},
|
|
||||||
{"name": "Testen", "desc": "Funktionstests oder Fallüberprüfungen", "color": "#fd7e14"},
|
|
||||||
{"name": "Dokumentation", "desc": "Aufgaben zur Erstellung oder Pflege von Dokumentationen", "color": "#20c997"},
|
|
||||||
{"name": "Leistung", "desc": "Aufgaben zur Leistungsoptimierung", "color": "#6610f2"},
|
|
||||||
{"name": "Sicherheit", "desc": "Aufgaben im Zusammenhang mit Sicherheitsproblemen oder Schwachstellen", "color": "#e83e8c"},
|
|
||||||
{"name": "Technische Schulden", "desc": "Technische Schulden, die abgebaut werden müssen", "color": "#6c757d"},
|
|
||||||
{"name": "Experimentell", "desc": "Aufgaben explorativer Natur", "color": "#6f42c1"},
|
|
||||||
{"name": "Lernaufgabe", "desc": "Aufgaben zum Lernen oder für Forschungszwecke", "color": "#20c997"},
|
|
||||||
{"name": "Dringend", "desc": "Aufgaben, die vorrangig bearbeitet werden müssen", "color": "#d63384"},
|
|
||||||
{"name": "Hohe Priorität", "desc": "Aufgaben mit hoher Priorität", "color": "#ffc107"},
|
|
||||||
{"name": "Niedrige Priorität", "desc": "Aufgaben mit niedriger Priorität", "color": "#6c757d"},
|
|
||||||
{"name": "Ungültig", "desc": "Aufgabe ist ungültig und wird nicht weiter bearbeitet", "color": "#adb5bd"},
|
|
||||||
{"name": "Duplikat", "desc": "Aufgabe ist ein Duplikat einer bestehenden Aufgabe", "color": "#ced4da"},
|
|
||||||
{"name": "Nicht anwendbar", "desc": "Aufgabe ist für die aktuellen Anforderungen nicht mehr relevant", "color": "#dee2e6"},
|
|
||||||
{"name": "Verschoben", "desc": "Aufgabe wurde aus bestimmten Gründen verschoben", "color": "#ffc107"},
|
|
||||||
{"name": "Blockiert", "desc": "Aufgabe ist durch Probleme oder Abhängigkeiten blockiert", "color": "#dc3545"},
|
|
||||||
{"name": "Zu bestätigen", "desc": "Aufgabe ist unvollständig und muss bestätigt werden", "color": "#0dcaf0"},
|
|
||||||
{"name": "In Wartestellung", "desc": "Aufgabe ist vorübergehend pausiert und könnte später wieder aufgenommen werden", "color": "#adb5bd"},
|
|
||||||
{"name": "Zu überprüfen", "desc": "Aufgabe muss nach Abschluss überprüft oder zusammengefasst werden", "color": "#17a2b8"},
|
|
||||||
{"name": "Externe Abhängigkeit", "desc": "Aufgabe ist von externen Ressourcen abhängig", "color": "#fd7e14"},
|
|
||||||
{"name": "Teamübergreifende Zusammenarbeit", "desc": "Aufgabe erfordert Zusammenarbeit mehrerer Teams", "color": "#17a2b8"},
|
|
||||||
{"name": "Entwicklungsunterstützung", "desc": "Aufgabe zur Unterstützung anderer Teams", "color": "#20c997"}
|
|
||||||
],
|
|
||||||
|
|
||||||
"fr": [
|
|
||||||
{"name": "Exigence", "desc": "Nouvelle fonctionnalité ou exigence métier", "color": "#007bff"},
|
|
||||||
{"name": "Optimisation", "desc": "Amélioration des fonctionnalités ou de l'expérience existante", "color": "#28a745"},
|
|
||||||
{"name": "Bug", "desc": "Dysfonctionnement ou erreur", "color": "#dc3545"},
|
|
||||||
{"name": "Conception", "desc": "Tâches liées à la conception UI/UX", "color": "#6f42c1"},
|
|
||||||
{"name": "Développement", "desc": "Tâches liées au développement frontend ou backend", "color": "#17a2b8"},
|
|
||||||
{"name": "Test", "desc": "Tests fonctionnels ou vérifications de cas", "color": "#fd7e14"},
|
|
||||||
{"name": "Documentation", "desc": "Tâches de rédaction ou de maintenance de la documentation", "color": "#20c997"},
|
|
||||||
{"name": "Performance", "desc": "Tâches liées à l'optimisation des performances", "color": "#6610f2"},
|
|
||||||
{"name": "Sécurité", "desc": "Tâches liées aux problèmes ou vulnérabilités de sécurité", "color": "#e83e8c"},
|
|
||||||
{"name": "Dette technique", "desc": "Dette technique à résoudre", "color": "#6c757d"},
|
|
||||||
{"name": "Expérimental", "desc": "Tâches de nature exploratoire", "color": "#6f42c1"},
|
|
||||||
{"name": "Tâche d'apprentissage", "desc": "Tâches pour apprentissage ou recherche", "color": "#20c997"},
|
|
||||||
{"name": "Urgent", "desc": "Tâches nécessitant un traitement prioritaire", "color": "#d63384"},
|
|
||||||
{"name": "Haute priorité", "desc": "Tâches avec une priorité élevée", "color": "#ffc107"},
|
|
||||||
{"name": "Basse priorité", "desc": "Tâches avec une priorité basse", "color": "#6c757d"},
|
|
||||||
{"name": "Invalide", "desc": "Tâche invalide qui ne sera plus traitée", "color": "#adb5bd"},
|
|
||||||
{"name": "Dupliqué", "desc": "Tâche en double avec une autre existante", "color": "#ced4da"},
|
|
||||||
{"name": "Non applicable", "desc": "Tâche non applicable aux exigences actuelles", "color": "#dee2e6"},
|
|
||||||
{"name": "Reporté", "desc": "Tâche reportée pour une raison quelconque", "color": "#ffc107"},
|
|
||||||
{"name": "Bloqué", "desc": "Tâche bloquée par des problèmes ou des dépendances", "color": "#dc3545"},
|
|
||||||
{"name": "À confirmer", "desc": "Tâche incomplète nécessitant une confirmation", "color": "#0dcaf0"},
|
|
||||||
{"name": "En attente", "desc": "Tâche temporairement suspendue, pouvant être reprise plus tard", "color": "#adb5bd"},
|
|
||||||
{"name": "À revoir", "desc": "Tâche nécessitant un résumé ou une révision après achèvement", "color": "#17a2b8"},
|
|
||||||
{"name": "Dépendance externe", "desc": "Tâche dépendant de ressources externes", "color": "#fd7e14"},
|
|
||||||
{"name": "Collaboration inter-équipes", "desc": "Tâche nécessitant la collaboration de plusieurs équipes", "color": "#17a2b8"},
|
|
||||||
{"name": "Support développement", "desc": "Tâche de support pour d'autres équipes", "color": "#20c997"}
|
|
||||||
],
|
|
||||||
|
|
||||||
"id": [
|
|
||||||
{"name": "Kebutuhan", "desc": "Fitur baru atau kebutuhan bisnis", "color": "#007bff"},
|
|
||||||
{"name": "Optimalisasi", "desc": "Peningkatan fitur atau pengalaman yang ada", "color": "#28a745"},
|
|
||||||
{"name": "Bug", "desc": "Malfungsi fitur atau kesalahan", "color": "#dc3545"},
|
|
||||||
{"name": "Desain", "desc": "Tugas terkait desain UI/UX", "color": "#6f42c1"},
|
|
||||||
{"name": "Pengembangan", "desc": "Tugas terkait pengembangan frontend atau backend", "color": "#17a2b8"},
|
|
||||||
{"name": "Pengujian", "desc": "Pengujian fitur atau verifikasi kasus", "color": "#fd7e14"},
|
|
||||||
{"name": "Dokumentasi", "desc": "Tugas terkait penulisan atau pemeliharaan dokumentasi", "color": "#20c997"},
|
|
||||||
{"name": "Performa", "desc": "Tugas terkait optimalisasi performa", "color": "#6610f2"},
|
|
||||||
{"name": "Keamanan", "desc": "Tugas terkait masalah atau kerentanan keamanan", "color": "#e83e8c"},
|
|
||||||
{"name": "Hutang Teknis", "desc": "Hutang teknis yang perlu diselesaikan", "color": "#6c757d"},
|
|
||||||
{"name": "Eksperimental", "desc": "Tugas yang bersifat eksplorasi", "color": "#6f42c1"},
|
|
||||||
{"name": "Tugas Pembelajaran", "desc": "Tugas untuk pembelajaran atau penelitian", "color": "#20c997"},
|
|
||||||
{"name": "Mendesak", "desc": "Tugas yang perlu diprioritaskan", "color": "#d63384"},
|
|
||||||
{"name": "Prioritas Tinggi", "desc": "Tugas dengan prioritas tinggi", "color": "#ffc107"},
|
|
||||||
{"name": "Prioritas Rendah", "desc": "Tugas dengan prioritas rendah", "color": "#6c757d"},
|
|
||||||
{"name": "Tidak Valid", "desc": "Tugas tidak valid dan tidak akan diproses lagi", "color": "#adb5bd"},
|
|
||||||
{"name": "Duplikat", "desc": "Tugas yang merupakan duplikat dari tugas lain", "color": "#ced4da"},
|
|
||||||
{"name": "Tidak Berlaku", "desc": "Tugas tidak lagi relevan dengan kebutuhan saat ini", "color": "#dee2e6"},
|
|
||||||
{"name": "Ditunda", "desc": "Tugas yang ditunda karena alasan tertentu", "color": "#ffc107"},
|
|
||||||
{"name": "Terblokir", "desc": "Tugas yang terhalang oleh masalah atau ketergantungan", "color": "#dc3545"},
|
|
||||||
{"name": "Perlu Konfirmasi", "desc": "Tugas yang informasinya tidak lengkap dan perlu konfirmasi", "color": "#0dcaf0"},
|
|
||||||
{"name": "Ditangguhkan", "desc": "Tugas yang ditangguhkan sementara dan mungkin dilanjutkan di masa depan", "color": "#adb5bd"},
|
|
||||||
{"name": "Perlu Ditinjau", "desc": "Tugas yang perlu ditinjau atau dirangkum setelah selesai", "color": "#17a2b8"},
|
|
||||||
{"name": "Ketergantungan Eksternal", "desc": "Tugas yang bergantung pada sumber daya eksternal", "color": "#fd7e14"},
|
|
||||||
{"name": "Kolaborasi Antar Tim", "desc": "Tugas yang membutuhkan kolaborasi beberapa tim", "color": "#17a2b8"},
|
|
||||||
{"name": "Dukungan Pengembangan", "desc": "Tugas untuk mendukung tim lain", "color": "#20c997"}
|
|
||||||
],
|
|
||||||
|
|
||||||
"ru": [
|
|
||||||
{"name": "Требование", "desc": "Новая функция или бизнес-требование", "color": "#007bff"},
|
|
||||||
{"name": "Оптимизация", "desc": "Улучшение существующих функций или опыта", "color": "#28a745"},
|
|
||||||
{"name": "Баг", "desc": "Ошибка или неисправность функции", "color": "#dc3545"},
|
|
||||||
{"name": "Дизайн", "desc": "Задачи, связанные с дизайном UI/UX", "color": "#6f42c1"},
|
|
||||||
{"name": "Разработка", "desc": "Задачи, связанные с разработкой фронтенда или бэкенда", "color": "#17a2b8"},
|
|
||||||
{"name": "Тестирование", "desc": "Тестирование функций или проверка кейсов", "color": "#fd7e14"},
|
|
||||||
{"name": "Документация", "desc": "Задачи, связанные с написанием или поддержкой документации", "color": "#20c997"},
|
|
||||||
{"name": "Производительность", "desc": "Задачи по оптимизации производительности", "color": "#6610f2"},
|
|
||||||
{"name": "Безопасность", "desc": "Задачи, связанные с проблемами безопасности или уязвимостями", "color": "#e83e8c"},
|
|
||||||
{"name": "Технический долг", "desc": "Технический долг, который нужно устранить", "color": "#6c757d"},
|
|
||||||
{"name": "Экспериментальный", "desc": "Задачи исследовательского характера", "color": "#6f42c1"},
|
|
||||||
{"name": "Обучающая задача", "desc": "Задачи для обучения или исследований", "color": "#20c997"},
|
|
||||||
{"name": "Срочно", "desc": "Задачи, требующие приоритетного выполнения", "color": "#d63384"},
|
|
||||||
{"name": "Высокий приоритет", "desc": "Задачи с высоким приоритетом", "color": "#ffc107"},
|
|
||||||
{"name": "Низкий приоритет", "desc": "Задачи с низким приоритетом", "color": "#6c757d"},
|
|
||||||
{"name": "Недействительно", "desc": "Задача недействительна и больше не будет обрабатываться", "color": "#adb5bd"},
|
|
||||||
{"name": "Дубликат", "desc": "Задача дублирует существующую", "color": "#ced4da"},
|
|
||||||
{"name": "Неприменимо", "desc": "Задача больше не актуальна для текущих требований", "color": "#dee2e6"},
|
|
||||||
{"name": "Отложено", "desc": "Задача отложена по какой-либо причине", "color": "#ffc107"},
|
|
||||||
{"name": "Заблокировано", "desc": "Задача заблокирована проблемами или зависимостями", "color": "#dc3545"},
|
|
||||||
{"name": "Требует подтверждения", "desc": "Задача неполная и требует подтверждения", "color": "#0dcaf0"},
|
|
||||||
{"name": "На удержании", "desc": "Задача временно приостановлена и может быть возобновлена позже", "color": "#adb5bd"},
|
|
||||||
{"name": "Требует проверки", "desc": "Задача требует проверки или подведения итогов после завершения", "color": "#17a2b8"},
|
|
||||||
{"name": "Внешняя зависимость", "desc": "Задача зависит от внешних ресурсов", "color": "#fd7e14"},
|
|
||||||
{"name": "Межкомандное сотрудничество", "desc": "Задача требует сотрудничества нескольких команд", "color": "#17a2b8"},
|
|
||||||
{"name": "Поддержка разработки", "desc": "Задача по поддержке других команд", "color": "#20c997"}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -100,7 +100,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import {mapState} from 'vuex'
|
import {mapState} from 'vuex'
|
||||||
import VMPreviewNostyle from "../../../../components/VMEditor/nostyle.vue";
|
import VMPreviewNostyle from "../../../../components/VMEditor/nostyle.vue";
|
||||||
import AllTaskTemplates from "./template";
|
import AllTaskTemplates from "./templates";
|
||||||
import {getLanguage} from "../../../../language";
|
import {getLanguage} from "../../../../language";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -141,6 +141,7 @@ export default {
|
|||||||
if (!val) {
|
if (!val) {
|
||||||
this.$refs.editForm.resetFields()
|
this.$refs.editForm.resetFields()
|
||||||
this.systemTemplateShow = false
|
this.systemTemplateShow = false
|
||||||
|
this.systemTemplateIsMultiple = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
883
resources/assets/js/pages/manage/components/ProjectTaskTemplate/templates.js
vendored
Normal file
883
resources/assets/js/pages/manage/components/ProjectTaskTemplate/templates.js
vendored
Normal file
@ -0,0 +1,883 @@
|
|||||||
|
export default {
|
||||||
|
"zh": [
|
||||||
|
{
|
||||||
|
"name": "通用任务",
|
||||||
|
"title": "xxxx 任务",
|
||||||
|
"content": "描述:xxxx\n清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "产品需求",
|
||||||
|
"title": "xxxx 功能需求/产品任务",
|
||||||
|
"content": "背景:xxxx\n目标:xxxx\n清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "技术任务",
|
||||||
|
"title": "xxxx 开发任务/技术优化任务",
|
||||||
|
"content": "背景:xxxx\n技术目标:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "运营任务",
|
||||||
|
"title": "xxxx 活动策划/运营任务",
|
||||||
|
"content": "背景:xxxx\n活动方案:xxxx\n数据指标:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "市场推广",
|
||||||
|
"title": "xxxx 推广任务/品牌活动",
|
||||||
|
"content": "背景:xxxx\n推广方案:xxxx\n数据指标:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "设计任务",
|
||||||
|
"title": "xxxx 设计任务",
|
||||||
|
"content": "背景:xxxx\n设计要求:xxxx\n任务清单:xxxx\n相关资源:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "人力资源",
|
||||||
|
"title": "xxxx 招聘任务/培训任务",
|
||||||
|
"content": "目标:xxxx\n内容:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "财务任务",
|
||||||
|
"title": "xxxx 预算审批/报销任务",
|
||||||
|
"content": "背景:xxxx\n审批流程:xxxx\n报销清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "销售任务",
|
||||||
|
"title": "xxxx 销售跟进任务",
|
||||||
|
"content": "客户信息:xxxx\n销售目标:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "客户支持",
|
||||||
|
"title": "xxxx 客户问题处理任务",
|
||||||
|
"content": "客户问题:xxxx\n优先级:xxxx\n解决方案:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "内容创作",
|
||||||
|
"title": "xxxx 内容创作任务",
|
||||||
|
"content": "主题:xxxx\n目标:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "法律事务",
|
||||||
|
"title": "xxxx 合同审核/法律任务",
|
||||||
|
"content": "合同背景:xxxx\n审核重点:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "学习计划",
|
||||||
|
"title": "xxxx 学习计划任务",
|
||||||
|
"content": "学习目标:xxxx\n学习资源:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "项目管理",
|
||||||
|
"title": "xxxx 项目管理任务",
|
||||||
|
"content": "项目背景:xxxx\n任务清单:xxxx\n状态:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "测试任务",
|
||||||
|
"title": "xxxx 测试任务",
|
||||||
|
"content": "测试目标:xxxx\n测试范围:xxxx\n测试用例:xxxx\n问题记录:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "数据分析",
|
||||||
|
"title": "xxxx 数据分析任务",
|
||||||
|
"content": "分析目标:xxxx\n数据来源:xxxx\n分析方法:xxxx\n结论与建议:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "供应链管理",
|
||||||
|
"title": "xxxx 供应链任务",
|
||||||
|
"content": "任务目标:xxxx\n供应商信息:xxxx\n任务清单:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "安全检查",
|
||||||
|
"title": "xxxx 安全检查任务",
|
||||||
|
"content": "检查范围:xxxx\n检查标准:xxxx\n问题记录:xxxx\n整改计划:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "行政事务",
|
||||||
|
"title": "xxxx 行政任务",
|
||||||
|
"content": "任务描述:xxxx\n负责人:xxxx\n任务清单:xxxx"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"zh-CHT": [
|
||||||
|
{
|
||||||
|
"name": "通用任務",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "描述:xxxx\n清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "產品需求",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "背景:xxxx\n目標:xxxx\n清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "技術任務",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "背景:xxxx\n技術目標:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "運營任務",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "背景:xxxx\n活動方案:xxxx\n數據指標:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "市場推廣",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "背景:xxxx\n推廣方案:xxxx\n數據指標:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "設計任務",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "背景:xxxx\n設計要求:xxxx\n任務清單:xxxx\n相關資源:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "人力資源",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "目標:xxxx\n內容:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "財務任務",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "背景:xxxx\n審批流程:xxxx\n報銷清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "銷售任務",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "客戶信息:xxxx\n銷售目標:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "客戶支持",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "客戶問題:xxxx\n優先級:xxxx\n解決方案:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "內容創作",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "主題:xxxx\n目標:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "法律事務",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "合同背景:xxxx\n審核重點:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "學習計劃",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "學習目標:xxxx\n學習資源:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "項目管理",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "項目背景:xxxx\n任務清單:xxxx\n狀態:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "測試任務",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "測試目標:xxxx\n測試範圍:xxxx\n測試用例:xxxx\n問題記錄:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "數據分析",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "分析目標:xxxx\n數據來源:xxxx\n分析方法:xxxx\n結論與建議:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "供應鏈管理",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "任務目標:xxxx\n供應商信息:xxxx\n任務清單:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "安全檢查",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "檢查範圍:xxxx\n檢查標準:xxxx\n問題記錄:xxxx\n整改計劃:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "行政事務",
|
||||||
|
"title": "xxxx 任務",
|
||||||
|
"content": "任務描述:xxxx\n負責人:xxxx\n任務清單:xxxx"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"en": [
|
||||||
|
{
|
||||||
|
"name": "General Task",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Description: xxxx\nChecklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Product Requirement",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Background: xxxx\nGoal: xxxx\nChecklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Technical Task",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Background: xxxx\nTechnical Goal: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Operations Task",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Background: xxxx\nActivity Plan: xxxx\nData Metrics: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Marketing",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Background: xxxx\nPromotion Plan: xxxx\nData Metrics: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Design Task",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Background: xxxx\nDesign Requirements: xxxx\nTask Checklist: xxxx\nRelated Resources: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Human Resources",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Goal: xxxx\nContent: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Finance Task",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Background: xxxx\nApproval Process: xxxx\nReimbursement Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sales Task",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Customer Information: xxxx\nSales Target: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Customer Support",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Customer Issues: xxxx\nPriority: xxxx\nSolution: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Content Creation",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Topic: xxxx\nGoal: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Legal Affairs",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Contract Background: xxxx\nReview Focus: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Learning Plan",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Learning Goal: xxxx\nLearning Resources: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Project Management",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Project Background: xxxx\nTask Checklist: xxxx\nStatus: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Testing Task",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Testing Goal: xxxx\nTesting Scope: xxxx\nTest Cases: xxxx\nIssue Records: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Data Analysis",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Analysis Goal: xxxx\nData Source: xxxx\nAnalysis Methods: xxxx\nConclusions and Suggestions: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Supply Chain Management",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Task Goal: xxxx\nSupplier Information: xxxx\nTask Checklist: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Safety Inspection",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Inspection Scope: xxxx\nInspection Standards: xxxx\nIssue Records: xxxx\nCorrection Plan: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Administrative Affairs",
|
||||||
|
"title": "xxxx Task",
|
||||||
|
"content": "Task Description: xxxx\nPerson in Charge: xxxx\nTask Checklist: xxxx"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"ko": [
|
||||||
|
{
|
||||||
|
"name": "일반 작업",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "설명: xxxx\n체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "제품 요구사항",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "배경: xxxx\n목표: xxxx\n체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "기술 작업",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "배경: xxxx\n기술 목표: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "운영 작업",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "배경: xxxx\n활동 계획: xxxx\n데이터 지표: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "마케팅",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "배경: xxxx\n홍보 계획: xxxx\n데이터 지표: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "디자인 작업",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "배경: xxxx\n디자인 요구사항: xxxx\n작업 체크리스트: xxxx\n관련 자료: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "인사 관리",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "목표: xxxx\n내용: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "재무 작업",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "배경: xxxx\n승인 절차: xxxx\n비용 청구서: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "영업 작업",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "고객 정보: xxxx\n영업 목표: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "고객 지원",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "고객 문제: xxxx\n우선 순위: xxxx\n해결책: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "콘텐츠 제작",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "주제: xxxx\n목표: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "법률 업무",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "계약 배경: xxxx\n검토 초점: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "학습 계획",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "학습 목표: xxxx\n학습 자료: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "프로젝트 관리",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "프로젝트 배경: xxxx\n작업 체크리스트: xxxx\n상태: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "테스트 작업",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "테스트 목표: xxxx\n테스트 범위: xxxx\n테스트 케이스: xxxx\n문제 기록: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "데이터 분석",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "분석 목표: xxxx\n데이터 출처: xxxx\n분석 방법: xxxx\n결론 및 제안: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "공급망 관리",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "작업 목표: xxxx\n공급업체 정보: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "안전 점검",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "점검 범위: xxxx\n점검 기준: xxxx\n문제 기록: xxxx\n수정 계획: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "행정 업무",
|
||||||
|
"title": "xxxx 작업",
|
||||||
|
"content": "작업 설명: xxxx\n담당자: xxxx\n작업 체크리스트: xxxx"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"ja": [
|
||||||
|
{
|
||||||
|
"name": "一般タスク",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "説明:xxxx\nチェックリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "製品要件",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "背景:xxxx\n目標:xxxx\nチェックリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "技術タスク",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "背景:xxxx\n技術目標:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "運営タスク",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "背景:xxxx\n活動計画:xxxx\nデータ指標:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "マーケティング",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "背景:xxxx\nプロモーション計画:xxxx\nデータ指標:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "デザインタスク",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "背景:xxxx\nデザイン要件:xxxx\nタスクリスト:xxxx\n関連リソース:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "人事タスク",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "目標:xxxx\n内容:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "財務タスク",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "背景:xxxx\n承認プロセス:xxxx\n精算リスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "営業タスク",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "顧客情報:xxxx\n営業目標:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "カスタマーサポート",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "顧客問題:xxxx\n優先順位:xxxx\n解決策:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "コンテンツ制作",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "テーマ:xxxx\n目標:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "法務業務",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "契約背景:xxxx\nレビューのポイント:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "学習計画",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "学習目標:xxxx\n学習リソース:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "プロジェクト管理",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "プロジェクト背景:xxxx\nタスクリスト:xxxx\nステータス:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "テストタスク",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "テスト目標:xxxx\nテスト範囲:xxxx\nテストケース:xxxx\n問題記録:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "データ分析",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "分析目標:xxxx\nデータソース:xxxx\n分析方法:xxxx\n結論と提案:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "サプライチェーン管理",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "タスク目標:xxxx\nサプライヤー情報:xxxx\nタスクリスト:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "安全点検",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "点検範囲:xxxx\n点検基準:xxxx\n問題記録:xxxx\n是正計画:xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "管理業務",
|
||||||
|
"title": "xxxx タスク",
|
||||||
|
"content": "タスク説明:xxxx\n担当者:xxxx\nタスクリスト:xxxx"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"de": [
|
||||||
|
{
|
||||||
|
"name": "Allgemeine Aufgabe",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Beschreibung: xxxx\nCheckliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Produktanforderung",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Hintergrund: xxxx\nZiel: xxxx\nCheckliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Technische Aufgabe",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Hintergrund: xxxx\nTechnisches Ziel: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Betriebsaufgabe",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Hintergrund: xxxx\nAktivitätsplan: xxxx\nDatenkennzahlen: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Marketing",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Hintergrund: xxxx\nWerbeplan: xxxx\nDatenkennzahlen: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Design-Aufgabe",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Hintergrund: xxxx\nDesignanforderungen: xxxx\nAufgabenliste: xxxx\nRelevante Ressourcen: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Personalwesen",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Ziel: xxxx\nInhalt: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Finanzaufgabe",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Hintergrund: xxxx\nGenehmigungsprozess: xxxx\nErstattungsliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Verkaufsaufgabe",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Kundeninformationen: xxxx\nVerkaufsziel: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kundensupport",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Kundenprobleme: xxxx\nPrioritäten: xxxx\nLösung: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Inhaltserstellung",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Thema: xxxx\nZiel: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Rechtsangelegenheiten",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Vertragsgrundlage: xxxx\nPrüfungsschwerpunkte: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Lernplan",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Lernziel: xxxx\nLernressourcen: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Projektmanagement",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Projektgrundlage: xxxx\nAufgabenliste: xxxx\nStatus: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Testaufgabe",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Testziel: xxxx\nTestumfang: xxxx\nTestfälle: xxxx\nProblemliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Datenanalyse",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Analyseziel: xxxx\nDatenquelle: xxxx\nAnalysemethoden: xxxx\nSchlussfolgerungen und Empfehlungen: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Lieferkettenmanagement",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Aufgabenziel: xxxx\nLieferanteninformationen: xxxx\nAufgabenliste: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sicherheitsprüfung",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Prüfungsumfang: xxxx\nPrüfungsstandards: xxxx\nProblemliste: xxxx\nKorrekturplan: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Verwaltungsaufgaben",
|
||||||
|
"title": "xxxx Aufgabe",
|
||||||
|
"content": "Aufgabenbeschreibung: xxxx\nVerantwortliche Person: xxxx\nAufgabenliste: xxxx"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"fr": [
|
||||||
|
{
|
||||||
|
"name": "Tâche Générale",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Description : xxxx\nListe de contrôle : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Exigence Produit",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Contexte : xxxx\nObjectif : xxxx\nListe de contrôle : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tâche Technique",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Contexte : xxxx\nObjectif Technique : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tâche Opérationnelle",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Contexte : xxxx\nPlan d'activité : xxxx\nIndicateurs de données : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Marketing",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Contexte : xxxx\nPlan de promotion : xxxx\nIndicateurs de données : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tâche de Design",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Contexte : xxxx\nExigences de design : xxxx\nListe des tâches : xxxx\nRessources associées : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ressources Humaines",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Objectif : xxxx\nContenu : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tâche Financière",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Contexte : xxxx\nProcessus d'approbation : xxxx\nListe des remboursements : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tâche Commerciale",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Informations client : xxxx\nObjectif de vente : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Support Client",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Problèmes client : xxxx\nPriorité : xxxx\nSolution : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Création de Contenu",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Thème : xxxx\nObjectif : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Affaires Juridiques",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Contexte du contrat : xxxx\nPoints clés de révision : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Plan d'Apprentissage",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Objectif d'apprentissage : xxxx\nRessources d'apprentissage : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Gestion de Projet",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Contexte du projet : xxxx\nListe des tâches : xxxx\nStatut : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tâche de Test",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Objectif du test : xxxx\nPérimètre du test : xxxx\nCas de test : xxxx\nEnregistrements des problèmes : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Analyse de Données",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Objectif d'analyse : xxxx\nSource de données : xxxx\nMéthodes d'analyse : xxxx\nConclusions et recommandations : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Gestion de la Chaîne d'Approvisionnement",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Objectif de la tâche : xxxx\nInformations sur le fournisseur : xxxx\nListe des tâches : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Inspection de Sécurité",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Périmètre de l'inspection : xxxx\nNormes d'inspection : xxxx\nEnregistrements des problèmes : xxxx\nPlan de correction : xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Affaires Administratives",
|
||||||
|
"title": "xxxx Tâche",
|
||||||
|
"content": "Description de la tâche : xxxx\nResponsable : xxxx\nListe des tâches : xxxx"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"id": [
|
||||||
|
{
|
||||||
|
"name": "Tugas Umum",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Deskripsi: xxxx\nDaftar Periksa: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kebutuhan Produk",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Latar Belakang: xxxx\nTujuan: xxxx\nDaftar Periksa: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tugas Teknis",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Latar Belakang: xxxx\nTujuan Teknis: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tugas Operasional",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Latar Belakang: xxxx\nRencana Aktivitas: xxxx\nIndikator Data: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pemasaran",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Latar Belakang: xxxx\nRencana Promosi: xxxx\nIndikator Data: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tugas Desain",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Latar Belakang: xxxx\nPersyaratan Desain: xxxx\nDaftar Tugas: xxxx\nSumber Daya Terkait: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sumber Daya Manusia",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Tujuan: xxxx\nIsi: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tugas Keuangan",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Latar Belakang: xxxx\nProses Persetujuan: xxxx\nDaftar Penggantian: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tugas Penjualan",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Informasi Pelanggan: xxxx\nTarget Penjualan: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Dukungan Pelanggan",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Masalah Pelanggan: xxxx\nPrioritas: xxxx\nSolusi: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pembuatan Konten",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Topik: xxxx\nTujuan: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Urusan Hukum",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Latar Belakang Kontrak: xxxx\nFokus Peninjauan: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Rencana Pembelajaran",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Tujuan Pembelajaran: xxxx\nSumber Belajar: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Manajemen Proyek",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Latar Belakang Proyek: xxxx\nDaftar Tugas: xxxx\nStatus: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tugas Pengujian",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Tujuan Pengujian: xxxx\nLingkup Pengujian: xxxx\nKasus Pengujian: xxxx\nCatatan Masalah: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Analisis Data",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Tujuan Analisis: xxxx\nSumber Data: xxxx\nMetode Analisis: xxxx\nKesimpulan dan Rekomendasi: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Manajemen Rantai Pasokan",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Tujuan Tugas: xxxx\nInformasi Pemasok: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Inspeksi Keamanan",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Lingkup Inspeksi: xxxx\nStandar Inspeksi: xxxx\nCatatan Masalah: xxxx\nRencana Koreksi: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tugas Administrasi",
|
||||||
|
"title": "xxxx Tugas",
|
||||||
|
"content": "Deskripsi Tugas: xxxx\nPenanggung Jawab: xxxx\nDaftar Tugas: xxxx"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"ru": [
|
||||||
|
{
|
||||||
|
"name": "Общая задача",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Описание: xxxx\nЧек-лист: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Требования к продукту",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Контекст: xxxx\nЦель: xxxx\nЧек-лист: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Техническая задача",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Контекст: xxxx\nТехническая цель: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Операционная задача",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Контекст: xxxx\nПлан действий: xxxx\nПоказатели данных: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Маркетинг",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Контекст: xxxx\nПлан продвижения: xxxx\nПоказатели данных: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Дизайнерская задача",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Контекст: xxxx\nТребования к дизайну: xxxx\nСписок задач: xxxx\nСвязанные ресурсы: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Кадровая задача",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Цель: xxxx\nСодержание: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Финансовая задача",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Контекст: xxxx\nПроцесс утверждения: xxxx\nЧек-лист возмещения: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Задача по продажам",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Информация о клиентах: xxxx\nЦель продаж: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Клиентская поддержка",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Проблемы клиентов: xxxx\nПриоритет: xxxx\nРешение: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Создание контента",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Тема: xxxx\nЦель: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Юридические вопросы",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Контекст контракта: xxxx\nКлючевые моменты проверки: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "План обучения",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Цель обучения: xxxx\nУчебные ресурсы: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Управление проектом",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Контекст проекта: xxxx\nСписок задач: xxxx\nСтатус: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Тестирование",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Цель тестирования: xxxx\nОбласть тестирования: xxxx\nТестовые кейсы: xxxx\nЖурнал проблем: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Анализ данных",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Цель анализа: xxxx\nИсточник данных: xxxx\nМетоды анализа: xxxx\nВыводы и рекомендации: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Управление цепочками поставок",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Цель задачи: xxxx\nИнформация о поставщиках: xxxx\nСписок задач: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Проверка безопасности",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Область проверки: xxxx\nКритерии проверки: xxxx\nЖурнал проблем: xxxx\nПлан корректировки: xxxx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Административные задачи",
|
||||||
|
"title": "xxxx Задача",
|
||||||
|
"content": "Описание задачи: xxxx\nОтветственное лицо: xxxx\nСписок задач: xxxx"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -277,7 +277,7 @@ export default {
|
|||||||
this.$store.dispatch("call", {
|
this.$store.dispatch("call", {
|
||||||
url: 'system/license',
|
url: 'system/license',
|
||||||
data: {
|
data: {
|
||||||
type: 'get'
|
type: 'error',
|
||||||
}
|
}
|
||||||
}).then(({data}) => {
|
}).then(({data}) => {
|
||||||
this.warningMsg = data.error.length > 0 ? data.error[0] : '';
|
this.warningMsg = data.error.length > 0 ? data.error[0] : '';
|
||||||
|
|||||||
@ -108,7 +108,7 @@ export default {
|
|||||||
this.$store.dispatch("getTaskContent", this.taskId);
|
this.$store.dispatch("getTaskContent", this.taskId);
|
||||||
this.$store.dispatch("getTaskFiles", this.taskId);
|
this.$store.dispatch("getTaskFiles", this.taskId);
|
||||||
this.$store.dispatch("getTaskForParent", this.taskId).catch(() => {})
|
this.$store.dispatch("getTaskForParent", this.taskId).catch(() => {})
|
||||||
this.$store.dispatch("getTaskPriority").catch(() => {})
|
this.$store.dispatch("getTaskPriority", 1000)
|
||||||
}).catch(({msg}) => {
|
}).catch(({msg}) => {
|
||||||
$A.modalError({
|
$A.modalError({
|
||||||
content: msg,
|
content: msg,
|
||||||
|
|||||||
10
resources/assets/js/store/actions.js
vendored
10
resources/assets/js/store/actions.js
vendored
@ -503,6 +503,7 @@ export default {
|
|||||||
//
|
//
|
||||||
dispatch("getDialogAuto").catch(() => {});
|
dispatch("getDialogAuto").catch(() => {});
|
||||||
dispatch("getDialogTodo", 0).catch(() => {});
|
dispatch("getDialogTodo", 0).catch(() => {});
|
||||||
|
dispatch("getTaskPriority", 1000);
|
||||||
dispatch("getReportUnread", 1000);
|
dispatch("getReportUnread", 1000);
|
||||||
dispatch("getApproveUnread", 1000);
|
dispatch("getApproveUnread", 1000);
|
||||||
dispatch("getProjectByQueue");
|
dispatch("getProjectByQueue");
|
||||||
@ -2379,10 +2380,11 @@ export default {
|
|||||||
* 获取任务优先级预设数据
|
* 获取任务优先级预设数据
|
||||||
* @param state
|
* @param state
|
||||||
* @param dispatch
|
* @param dispatch
|
||||||
* @returns {Promise<unknown>}
|
* @param timeout
|
||||||
*/
|
*/
|
||||||
getTaskPriority({state, dispatch}) {
|
getTaskPriority({state, dispatch}, timeout) {
|
||||||
return new Promise(function (resolve, reject) {
|
window.__getTaskPriority && clearTimeout(window.__getTaskPriority)
|
||||||
|
window.__getTaskPriority = setTimeout(() => {
|
||||||
dispatch("call", {
|
dispatch("call", {
|
||||||
url: 'system/priority',
|
url: 'system/priority',
|
||||||
}).then(result => {
|
}).then(result => {
|
||||||
@ -2392,7 +2394,7 @@ export default {
|
|||||||
console.warn(e);
|
console.warn(e);
|
||||||
reject(e);
|
reject(e);
|
||||||
});
|
});
|
||||||
});
|
}, typeof timeout === "number" ? timeout : 1000)
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -71,14 +71,15 @@
|
|||||||
.task-add-template {
|
.task-add-template {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 12px;
|
gap: 8px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 7px 15px;
|
padding: 6px 14px;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
line-height: 20px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user