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

Detect taskId changes in frontend and send the metadata along with xml payload #12218

Closed
Tracked by #12018
mirkoSekulic opened this issue Jan 31, 2024 · 1 comment
Closed
Tracked by #12018
Labels
status/ready-for-dev Status: Used for issues that are ready for development. Has been through grooming.

Comments

@mirkoSekulic
Copy link
Collaborator

mirkoSekulic commented Jan 31, 2024

There is no good solution to detect changes only based on new xml, so we need to send metadata that includes taskId changes in order to fire correct events in backend.

Metadata that we're sending along with content xml:

{
  "taskIdChanges": [
     {
        "oldId": "Task_1",
        "newId": "newId"   
     }
  ]
}

An example of the request to the new endpoint can be found here.

@mirkoSekulic mirkoSekulic changed the title Create a logic in backend that will detect when the taskId is changed Detect taskId changes in frontend and send the metadata along with xml payload Jan 31, 2024
@mirkoSekulic mirkoSekulic added status/ready-for-specification Status: Used for issues that are ready for functional decription og detailed design. app-fe-v4 labels Feb 7, 2024
@framitdavid framitdavid added status/ready-for-dev Status: Used for issues that are ready for development. Has been through grooming. and removed status/ready-for-specification Status: Used for issues that are ready for functional decription og detailed design. labels Feb 8, 2024
@nkylstad nkylstad moved this to ⚠️ Blocked in Team Studio Feb 12, 2024
@nkylstad
Copy link
Member

Should be solved by #12272

@framitdavid framitdavid moved this from ⚠️ Blocked to 👷 In Progress in Team Studio Mar 11, 2024
@framitdavid framitdavid self-assigned this Mar 11, 2024
@framitdavid framitdavid moved this from 👷 In Progress to ⚠️ Blocked in Team Studio Mar 18, 2024
@github-project-automation github-project-automation bot moved this from ⚠️ Blocked to 🧪 Test in Team Studio Mar 21, 2024
@framitdavid framitdavid moved this from 🧪 Test to ✅ Done in Team Studio Mar 21, 2024
@framitdavid framitdavid removed their assignment Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/ready-for-dev Status: Used for issues that are ready for development. Has been through grooming.
Projects
Archived in project
Development

No branches or pull requests

3 participants