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

Feature 28: Manage Legal Docs #281

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

daniel-va
Copy link
Contributor

Resolves #28.

Extends the file table to support legal documents.

@daniel-va daniel-va requested a review from vej-ananas October 1, 2024 13:48
@daniel-va daniel-va self-assigned this Oct 1, 2024
@daniel-va daniel-va force-pushed the feature/asset-28-manage-legal-docs branch from e8ba718 to b7c2c43 Compare October 2, 2024 06:38
@vej-ananas
Copy link
Contributor

Also, please add an entry to the changelog

@daniel-va daniel-va requested a review from vej-ananas October 7, 2024 08:54
@daniel-va daniel-va force-pushed the feature/asset-28-manage-legal-docs branch 6 times, most recently from afd4666 to 2d04dfe Compare October 14, 2024 09:34
@daniel-va daniel-va force-pushed the feature/asset-28-manage-legal-docs branch 3 times, most recently from a59882f to 8a5ea0b Compare October 14, 2024 09:43
Copy link

sonarqubecloud bot commented Oct 14, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
4 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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 daniel-va force-pushed the feature/asset-28-manage-legal-docs branch from 8a5ea0b to f407daa Compare October 14, 2024 09:48
@daniel-va daniel-va merged commit 2870beb into develop Oct 14, 2024
7 checks passed
@daniel-va daniel-va deleted the feature/asset-28-manage-legal-docs branch October 14, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store, manage and display legal docs separately from the main asset files
2 participants