Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.52 KB

README.md

File metadata and controls

48 lines (42 loc) · 1.52 KB

内部简易流程管理系统

Simple Pipeline Management System For Honkai Impact3 Anime team

avatar

部分功能

Create Task // Retake Notes

avataravataravatar

前端依赖

Front-end dependencies

pyside
dayu_widgets
阿里矢量图标库

后端依赖

Backend dependencies

数据库:shotgun+postgresql数据缓存 (这里介绍了pg做缓存地方法)
p4模块:p4python
消息系统:rabbitmq

主要功能

  • 基本工作流的实现
    • 任务创建与接取
    • 提交文件、版本控制
    • 文件目录结构自动创建
    • 审批与反馈、状态自动变更
    • 多人评论
  • 即时消息提醒
    • 消息第一时间通知
    • 消息盒子用来储存历史消息
  • 和shotgun的信息通信
  • 和p4的文件系统对接
  • 和DCC软件的对接

Main Functions

  • Workfolw
    • Creating Task and Assigning
    • Submitting / Version Control
    • Auto QC
    • Retake / Reviewing / Auto status chaging
    • Comments
  • Message
    • Message pop up instantly
    • Message box for storing history
  • Communicating with Shotgrid
  • Communicating with Perforce(Downloading and Archieving)
  • Communicating with DCC tools.