项目收藏模块详细设计
2016-10-29 16:52:08 0 举报
项目收藏模块是一个用于管理和组织用户感兴趣的项目的功能。用户可以将自己喜欢的项目添加到收藏夹中,以便随时查看和访问。该模块提供了以下功能: 1. 添加项目到收藏夹:用户可以浏览网站或应用程序中的项目列表,并选择要添加到收藏夹的项目。 2. 查看收藏夹:用户可以查看已添加到收藏夹的项目列表,并按照自己的需求进行排序和筛选。 3. 编辑收藏夹:用户可以对收藏夹中的项目进行编辑,例如重命名、删除等操作。
作者其他创作
大纲/内容
收藏成功/失败
true/false
<<interface>>HistoryRepository
+findByReponame()
Http POST
CollectionRepository
save
UserService
addcollection()
<<interface>>GitHubService
+getRepo()
UserController
- UserService
+addcollection()
GitHubServiceImpl
<<interface>>UserService
GitHubService
发起收藏项目请求
<<interface>>CollectionRepository
+save()
UserServiceImpl
-GitHubService-HistoryRepository-CollectionRepository
Browser
0 条评论
下一页