帮助 CMS PHP/MySQL 项目管理工作/工单?
我有 php 经验,但没有大型项目经验。 我正在寻找一个示例 CMS PHP(最好使用 LAMP 堆栈)来管理票证,以供学习。以下是我想要的功能主义者:
- 登录(安全)
- 用户(设计师、主管和客户)可以登录并上传/审查/下载作业。
- 客户上传带有文件和描述的作业
- 主管将作业分配给设计师
- 设计师下载作业,并在完成后上传它们
- 客户然后下载完成的作业
任何帮助都会有用。链接、指南、项目、文章、教程或书籍
I have experience in php but not with large scale projects.
i am looking for a sample CMS PHP(preferably using the LAMP stack) for managing tickets, to learn from. Here are the functionalists I want:
- Login (with security)
- Users (designers,supervisors, and clients) can login and upload/review/download jobs.
- Clients upload jobs with files and description
- Supervisors assign jobs to designers
- Designers download jobs, and upload them when done
- Clients then download finished jobs
Any help will be useful. Links, guidelines, projects, articles, tutorials, or books
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Bugzilla 是一个非常完善的开源票证跟踪系统。我每天在工作中使用它,它提供了高度的灵活性并且相对容易定制。
它通常允许您将文件附加到票证上,这将满足您上传/下载票证文件的要求。
Bugzilla is a very well established open source ticket tracking system. I use it daily at work and it offers a high level of flexibility and is relatively easy to customize.
It allows you to generally attach files to tickets which would fulfill your requirement of uploading/downloading the files for the ticket.
我可以为 dotProject 提供建议。它是用 PHP 编写的,其代码很容易理解。看一下:http://www.dotproject.net/
I can advise dotProject. It is written in PHP and it's code is quite understandable. Take a look: http://www.dotproject.net/