-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature 28: Manage Legal Docs #281
Merged
Merged
Conversation
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
daniel-va
force-pushed
the
feature/asset-28-manage-legal-docs
branch
from
October 2, 2024 06:38
e8ba718
to
b7c2c43
Compare
vej-ananas
requested changes
Oct 2, 2024
apps/server-asset-sg/prisma/migrations/20241001062933_add_legal_files/migration.sql
Outdated
Show resolved
Hide resolved
...t-editor/src/lib/components/asset-editor-tab-general/asset-editor-tab-general.component.html
Outdated
Show resolved
Hide resolved
libs/asset-viewer/src/lib/components/asset-viewer-files/asset-viewer-files.component.ts
Outdated
Show resolved
Hide resolved
Also, please add an entry to the changelog |
vej-ananas
approved these changes
Oct 7, 2024
daniel-va
force-pushed
the
feature/asset-28-manage-legal-docs
branch
6 times, most recently
from
October 14, 2024 09:34
afd4666
to
2d04dfe
Compare
daniel-va
force-pushed
the
feature/asset-28-manage-legal-docs
branch
3 times, most recently
from
October 14, 2024 09:43
a59882f
to
8a5ea0b
Compare
Quality Gate passedIssues Measures |
Create legal_docs migration Handle legal files in api Display legal docs in asset detail slider Add legal files to asset form Reset server/.env.local Update README Extract asset viewer files component Merge duplicate postgres asset file mapping Fix code quality issues Replace string match with Regexp.exec Use character class over explicit group in regex Remove unused imports Add missing `readonly` qualifiers Fix name of relation from `file` to `legal_doc_item` table Fix typo in README Translate `legalDocItemCode` in selector wip: Split file editor by type Add unit tests for `FileRepo.determineUniqueFilename` Update CHANGELOG.md
daniel-va
force-pushed
the
feature/asset-28-manage-legal-docs
branch
from
October 14, 2024 09:48
8a5ea0b
to
f407daa
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #28.
Extends the
file
table to support legal documents.