文档内容对比功能
Open
Nobody has claimed this yet.
domain/doc
- Dominant language
- Go
- Stars
- 17.3k
- Forks
- 1.4k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 105
Description
我有一个诉求,想要对比一篇云文档在一个时间段内修改了哪些内容。
我想通过CLI来实现,但是我看了一下,目前它只能通过Revision去查询具体的内容,但是到底这段时间的起始Revision是多少,CLI是无法确定的,特别是开始的id
比如我想要查询一篇文档的内容,从6月1号的版本到现在更改了哪些内容,现在就没有办法直接实现,同时我看了一下开发者平台里面的API,好像也不支持这个特性
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the CLI's existing Revision query behavior and the developer-platform API documentation. Determine how a date can be mapped to a starting revision, then define the comparison output and verify the result from a chosen date through the current time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100