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

API: Add new variables to /companyData/missing-sd-document` #1179

Open
1 task
MaximilianHauer opened this issue Nov 26, 2024 · 0 comments
Open
1 task

API: Add new variables to /companyData/missing-sd-document` #1179

MaximilianHauer opened this issue Nov 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MaximilianHauer
Copy link

MaximilianHauer commented Nov 26, 2024

Description

Enhance the backend API GET: /api/administration/companyData/missing-sd-document to provide following information.

{
  "meta": {
    "totalElements": 0,
    "totalPages": 0,
    "page": 0,
    "contentSize": 0
  },
  "content": [
    {
    "companyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "bpn": "string",
    "name": "string",
    "shortName": "string",    
     "skippedDate","dateTime" <- table.ProcessStep -> column "date_last_changed" ->  StatusID = 3 & TypeID = 10
    }
  ]
}

Acceptance Criteria

  • AS a User WHEN i call the api i want to see all the information present in the description above

Additional Information

@MaximilianHauer MaximilianHauer added the enhancement New feature or request label Nov 26, 2024
@github-project-automation github-project-automation bot moved this to NEW USER REQUEST in Portal Nov 26, 2024
@MaximilianHauer MaximilianHauer moved this from NEW USER REQUEST to BACKLOG in Portal Nov 26, 2024
@Phil91 Phil91 assigned Phil91 and unassigned PreetiKashyap-bmw Jan 15, 2025
Phil91 added a commit that referenced this issue Jan 15, 2025
Phil91 added a commit that referenced this issue Jan 16, 2025
@Phil91 Phil91 moved this from BACKLOG to IN PROGRESS in Portal Jan 21, 2025
Phil91 added a commit that referenced this issue Jan 30, 2025
Phil91 added a commit that referenced this issue Jan 30, 2025
Phil91 added a commit that referenced this issue Jan 30, 2025
Phil91 added a commit that referenced this issue Jan 30, 2025
ntruchsess pushed a commit that referenced this issue Jan 30, 2025
…ng-sd-document (#1236)

* feat: adjust database query
Refs: #1179
---------
Co-authored-by: Norbert Truchsess <[email protected]>
@Phil91 Phil91 moved this from IN PROGRESS to IN REVIEW in Portal Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: IN REVIEW
Development

No branches or pull requests

3 participants