帮助 CMS PHP/MySQL 项目管理工作/工单?

发布于 2024-11-27 05:24:28 字数 278 浏览 1 评论 0原文

我有 php 经验,但没有大型项目经验。 我正在寻找一个示例 CMS PHP(最好使用 LAMP 堆栈)来管理票证,以供学习。以下是我想要的功能主义者:

  1. 登录(安全)
  2. 用户(设计师、主管和客户)可以登录并上传/审查/下载作业。
  3. 客户上传带有文件和描述的作业
  4. 主管将作业分配给设计师
  5. 设计师下载作业,并在完成后上传它们
  6. 客户然后下载完成的作业

任何帮助都会有用。链接、指南、项目、文章、教程或书籍

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:

  1. Login (with security)
  2. Users (designers,supervisors, and clients) can login and upload/review/download jobs.
  3. Clients upload jobs with files and description
  4. Supervisors assign jobs to designers
  5. Designers download jobs, and upload them when done
  6. Clients then download finished jobs

Any help will be useful. Links, guidelines, projects, articles, tutorials, or books

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

卷耳 2024-12-04 05:24:28

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.

魂牵梦绕锁你心扉 2024-12-04 05:24:28

我可以为 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文