mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
improve level code
This commit is contained in:
parent
049b83e0b9
commit
5f59e95495
25 changed files with 1104 additions and 461 deletions
|
@ -38,6 +38,9 @@ const (
|
|||
|
||||
// SourceTypeDocument indicates activity against a document.
|
||||
SourceTypeDocument SourceType = 2
|
||||
|
||||
// SourceTypePage indicates activity against a document page.
|
||||
SourceTypePage SourceType = 3
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -70,6 +73,9 @@ const (
|
|||
|
||||
// TypeFeedback records user providing document feedback
|
||||
TypeFeedback Type = 10
|
||||
|
||||
// TypeRejected records user rejecting document
|
||||
TypeRejected Type = 11
|
||||
)
|
||||
|
||||
// DocumentActivity represents an activity taken against a document.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue