-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat(documents): added documentSize #1164
Merged
Phil91
merged 4 commits into
eclipse-tractusx:main
from
AnuragNagpure:feature/880-document_size
Nov 22, 2024
Merged
feat(documents): added documentSize #1164
Phil91
merged 4 commits into
eclipse-tractusx:main
from
AnuragNagpure:feature/880-document_size
Nov 22, 2024
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
Phil91
requested changes
Nov 19, 2024
src/portalbackend/PortalBackend.DBAccess/Repositories/IDocumentRepository.cs
Show resolved
Hide resolved
src/portalbackend/PortalBackend.PortalEntities/AuditEntities/AuditDocument20231115.cs
Outdated
Show resolved
Hide resolved
src/portalbackend/PortalBackend.PortalEntities/AuditEntities/AuditDocument20231108.cs
Outdated
Show resolved
Hide resolved
src/portalbackend/PortalBackend.Migrations/Migrations/20241119105520_document_size_parameter.cs
Outdated
Show resolved
Hide resolved
5ca2dc1
to
141f185
Compare
Phil91
requested changes
Nov 20, 2024
...talBackend.Migrations/Migrations/20241120091826_document_size_field_update_audit_entities.cs
Outdated
Show resolved
Hide resolved
6108f14
to
c9b243e
Compare
|
Phil91
approved these changes
Nov 22, 2024
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.
Description
POST Endpoint to be adjusted: /api/registration/application/{applicationId}/documentType/{documentTypeId}/documents
API should store Length in Kilobyte.
New Databasefield in table documents -> document_size type Long
GET Endpoints to be adjusted:
/api/registration/application/{applicationId}/documentType/{documentTypeId}/documents
Execute SQL script to update the documents.document_size field for existing entries.
Why
New documentSize field added in docuents table also script for already existing document to get its size in database added.
Post/Get endpoints associated with documents table enhanced.
Issue
#880
Checklist
Please delete options that are not relevant.