aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services/BookmarkTimelineService.cs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add check existence feature to bookmark and highlight service.crupest2021-01-071-0/+23
|
* refactor: Highlight and bookmark service now use timeline id.crupest2021-01-071-30/+21
|
* 史诗级重构!crupest2021-01-071-14/+6
|
* fix: Fix a critical bug in bookmark timeline service.crupest2021-01-031-0/+5
| | | | It used to create two entry with the same timeline. Now it will not create a duplicate one.
* feat: Bookmark timeline service unit tests.crupest2020-12-181-2/+2
|
* feat: Implement bookmark service.crupest2020-12-181-4/+123
|
* feat: Add bookmark timeline service interface.crupest2020-12-181-0/+74