ce80207d98
Create route for duplicating a accompanying course document
2024-09-23 14:36:02 +02:00
47f575de92
Enhance version restoration and download features
...
Introduce a version restoration button and logic to track restored versions throughout the UI. Update download buttons to display action strings conditionally and implement toast notifications for version restoration.
2024-09-19 13:42:23 +02:00
b0e2e65885
Add document history button with modal viewer
...
This commit introduces a History button to the DocumentActionButtonsGroup component to view document versions. It includes new components for the modal dialog and API integrations to fetch and display version histories. This feature allows users to view and restore previous versions of stored objects.
2024-09-19 13:42:22 +02:00
5fa5a2349e
Add FileIcon.vue and refactor DropFile.vue to use it
...
Introduced `FileIcon.vue` to handle file type icons centrally. Refactored `DropFile.vue` to utilize the new `FileIcon` component, improving code clarity and maintainability.
2024-09-19 13:42:20 +02:00
45323e9136
Merge remote-tracking branch 'origin/upgrade-sf5' into signature-app-master
2024-09-16 11:51:33 +02:00
f0e8df38af
remove the left-arrow on the "retour" button, because it was placed on the right of the page
2024-09-13 16:03:06 +02:00
nobohan
2b516629f6
Signature: refresh document after signature
2024-09-12 17:02:08 +02:00
nobohan
092b5c4f90
Signature: get the stored object back in the check signature API
2024-09-12 15:26:03 +02:00
nobohan
ae1459cf77
Signature: topbar UI
2024-09-12 14:22:58 +02:00
nobohan
57d2929ecd
Signature: move buttons to a top toolbar + change behavior on a new zone
2024-09-12 14:03:43 +02:00
nobohan
3c987e0b8d
Signature: keep selected zone when turning pages
2024-09-12 11:31:31 +02:00
8b1b255050
Remove documents from memory after download
...
Implemented functionality to remove documents from browser memory 45 seconds after they are converted or downloaded. This ensures that clicking the download button again re-downloads the document. The reset state function was added to both ConvertButton.vue and DownloadButton.vue components.
2024-09-11 13:22:49 +02:00
nobohan
479a02bbc7
Signature: add and process returnPath in the signature app
2024-09-05 14:11:57 +02:00
nobohan
0d62d8d1c6
Signature - improve UI signature app
2024-09-05 11:52:11 +02:00
nobohan
5b90632231
Signature: add a signature zone manually
2024-09-05 11:52:08 +02:00
5f5d4b8f06
Add person menu entry for signature list
2024-09-04 15:13:14 +00:00
b2042bd1e4
Merge branch 'signature-app/object-version' into 'signature-app-master'
...
Add versioning to stored objects
See merge request Chill-Projet/chill-bundles!710
2024-09-04 12:46:43 +00:00
3d49c959e0
Update DropFile to handle object versioning
2024-09-03 15:42:04 +02:00
nobohan
86896a12e6
Signature: download signed doc if signed
2024-09-03 11:25:05 +02:00
nobohan
3a959b7044
Signature app: rename userSignatureZones, remove zoneIndex, sign on click
2024-09-03 10:28:41 +02:00
nobohan
f8d95384ea
Signature: action buttons positions
2024-09-02 18:05:12 +02:00
b6edbb3eed
Refactor StoredObject normalization handling
...
Deprecate and remove specific context constants from StoredObjectNormalizer. Update object properties for better clarity and add permissions handling. Introduce related tests and adjust other files relying on the old context constants.
2024-08-28 23:19:24 +02:00
00cc3b7806
Refactor backend for getting signed url
2024-08-28 18:00:20 +02:00
nobohan
e57d52d00e
Update vue-toast-notification and use in signature app
2024-07-23 10:04:25 +02:00
84069e03dc
Add filename display on file upload
...
This update introduces a new feature to the DropFile component; now filenames are displayed when they are uploaded. This provides a user-friendly way to view the file being managed. Additionally, some styling adjustments were made to accommodate this new addition.
2024-07-19 13:55:22 +02:00
nobohan
111305d09c
DX change function names to camelCase format in vue app signature
2024-07-19 10:00:16 +02:00
nobohan
421226c0dc
signature: check for signature state
2024-07-18 17:16:20 +02:00
nobohan
77da2c1ac6
signature: add index on PDFSignatureZone + init POST signature
2024-07-18 17:16:20 +02:00
nobohan
39d3ba2f40
signature: fake POSTing of signature, adjustments
2024-07-18 17:16:20 +02:00
nobohan
fb62e54d63
signature: correct positioning of zones in vue app wrt to PDFSignatureZoneParser
2024-07-18 17:16:19 +02:00
nobohan
c968d6c541
signature: improve layout and some functionalities of the signature app
2024-07-18 17:16:19 +02:00
nobohan
c428e6665f
signature: use PDFSignatureZoneParser in vue app signature
2024-07-18 17:16:19 +02:00
nobohan
5b7e3f0336
signature - modale and translations in the vue app
2024-07-18 17:16:19 +02:00
nobohan
0c8ef37860
signature - more css bootstrap layout of the signature vue app
2024-07-18 17:16:19 +02:00
nobohan
794c479b9e
signature: layout and css bootstrap class of the vue app
2024-07-18 17:16:19 +02:00
nobohan
1bee3114ac
signature: improve signature vue app
2024-07-18 17:16:19 +02:00
nobohan
1344b65dd4
signature: fix using of window variable
2024-07-18 17:16:19 +02:00
nobohan
68dcf4dd28
signature: confirm signature and undo buttons
2024-07-18 17:16:19 +02:00
nobohan
b0a8fd54a8
signature: fully working app with pdfjs-dist
2024-07-18 17:16:19 +02:00
nobohan
0f589ec57e
signature: POC of showing PDF with pdfjs-dist
2024-07-18 17:16:19 +02:00
nobohan
2d4fc45a0c
signature: manage multi-pages doc
2024-07-18 17:16:19 +02:00
nobohan
c80f23f0db
signature: scale the signature zone to the canvas dimension
2024-07-18 17:16:18 +02:00
nobohan
c950400fe2
signature: POC of drawing signature zones and click event on canvas
2024-07-18 17:16:18 +02:00
nobohan
21c1e77d36
signature: POC of showing a pdf with vue-pdf-embed
2024-07-18 17:16:18 +02:00
nobohan
bbfd0caf10
signature: download storedObject document in the vuejs app
2024-07-18 17:16:18 +02:00
nobohan
9192883217
ADDED bootstrap signature vue app
2024-07-18 17:16:18 +02:00
790576863f
Merge signature-app-master into branch
2024-07-04 15:53:01 +02:00
c19c597ba0
Fix checking of permissions within document_button_group
2024-07-02 12:50:44 +02:00
a220dad83b
Do not pass StoredObjectCreated on Convert and Edit buttons
2024-06-05 17:08:30 +02:00
775535e683
refactor file drop widget
2024-05-28 11:25:59 +02:00