(backend) annotate number of accesses on documents

The new UI will display the number of accesses on each document.

/!\ Once team accesses will be used, this will not represent the number
    of people with access anymore and will have to be improved by
    computing the number of people in each team.
This commit is contained in:
Samuel Paccoud - DINUM
2024-11-09 18:33:48 +01:00
committed by Anthony LC
parent 89d9075850
commit 774c2ce248
6 changed files with 25 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ and this project adheres to
## Added
- ✨(backend) annotate number of accesses on documents in list view #411
- ✨(backend) allow users to mark/unmark documents as favorite #411
- 🌐(backend) add German translation #259
- 🌐(frontend) add German translation #255