0

We have been building an internal project management tool. My lead asked me to define the services for the project. The main entities we will be using in the project are:

  1. Projects
  2. Releases
  3. Milestones
  4. Resources

What i am unable to get is what exactly is a service? Service refers to Web services? Rest services? The functions I will be implementing for the entities?

And what is a good service model for a project? How do i measure if the service model is good or not ?

4

1 回答 1

0

在这种情况下,服务可能意味着很多东西,但我不会将 Web 服务计算在内。

看看 BitBucket,它是另一个项目管理工具,包括版本控制、工单/问题跟踪器、聊天、资源系统、代码修订、wiki 以及可能我还没有碰到的其他东西。

在这种情况下,通过服务,我了解有关问题更新/评论的电子邮件通知等功能。

但与你的领导讨论这个可能是值得的。你是对的,你应该能够自己解决问题,但他至少可以让你走上正确的研究道路。

于 2013-07-30T08:48:37.480 回答