-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implementing the linking between documents and activities (#267)
* feat: Implementing the linking between documents and activities * test: Updating the tests for the new function to delete a document, so that when deleting a document, it is also unlinked from the activities using transactions to avoid incoherency * test: Updating the UI tests for Activity list and Document Preview * tests: Updating UI tests * test: Removing an assertion of a former floating button when images were displayed of activity cards. Now it is removed * test: Adding UI tests for the linking of a document to an activity when being in the prevew screen * test: Adding a test on the delete button for document preview to increase coverage * test: Improving the test in activity repository so that we also have the conversion of a DocumentContainer while converting a documentSnapshot to an activity * fix(dialog): Adjust dialog colors and size Adjust dialog color options to fit with the applications theme. Change vertical height to be adaptive instead of fixed. * docs: Removing useless comments and updating previous documentation for document repository and view model * test: Updating the text displayed in the column when trying to link a document to an activity --------- Co-authored-by: Remismywaifuu <victor.rydmark@epfl.ch> Co-authored-by: RemIsMyWaifuu <160653991+RemIsMyWaifuu@users.noreply.github.com>
- Loading branch information
1 parent
a128a61
commit d8627ec
Showing
21 changed files
with
440 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.