Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add the io.cozy.files.settings doctype #155

Merged
merged 3 commits into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ for another doctype, feel free to open a PR with the description and role of you
- [io.cozy.contacts.accounts](io.cozy.contacts.md#iocozycontactsaccounts): Vendors account
- [io.cozy.files](io.cozy.files.md): Files
- [Files_metadatas](io.cozy.files_metadata.md): Metadatas about files
- [io.cozy.files.settings](io.cozy.files.md#iocozyfilessettings): Files settings
- [io.cozy.konnectors](io.cozy.konnectors.md): Connectors installed in the cozy
- [io.cozy.identities](io.cozy.identities.md): Instance owner identities
- [io.cozy.notes](io.cozy.notes.md): Notes with collaborative edition
- [io.cozy.notifications](io.cozy.notifications.md): Notifications made by the apps (Email or Push notifications)
- [io.cozy.permissions](io.cozy.permissions.md): Permissions of the instance
- [io.cozy.photos](io.cozy.photos.md): Photos
- [io.cozy.photos.settings](io.cozy.photos.md#iocozyphotossettings): Photos settings
- [io.cozy.procedures](io.cozy.procedures.md): Administrative procedures
- [io.cozy.docrules](io.cozy.docrules.md): Rules to retrieve documents
- [io.cozy.sessions.logins](io.cozy.sessions.logins.md): Sessions logins entry
Expand Down
6 changes: 6 additions & 0 deletions docs/io.cozy.files.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,9 @@ fields), and a relationship to the versioned file.
}
}
```

## `io.cozy.files.settings`

This doctype is used to store settings for files. It is currenly only used for the qualification migration service.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is weird to call that settings: it is not something that the user can set, more an internal detail.


- lastProcessedFileDate: {string} the date of the last processed file. It is used to know from where the query should be starting on an index sorted by date.
nono marked this conversation as resolved.
Show resolved Hide resolved