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

Use live data for issue details page #261

Merged
merged 18 commits into from
Aug 12, 2024
Merged

Conversation

GeorgeGoodall
Copy link
Contributor

@GeorgeGoodall GeorgeGoodall commented Aug 12, 2024

Ticket: https://github.com/orgs/digital-land/projects/7/views/15?filterQuery=-status%3ABacklog%2CReady%2CDone%2CUnprioritised&pane=issue&itemId=73864652

This ticket updates the issue details page to fetch live data and use said data to populate the template

@GeorgeGoodall GeorgeGoodall marked this pull request as ready for review August 12, 2024 13:35
}
}
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved this from performanceDbApi as it doesn't make sense to be used there and is only used in the one page datasetTaskList

href: `/organisations/${lpa}/${datasetId}/${issue.issue_type}`,
status: getStatusTag(issue.status)
}
})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved this from performanceDbApi to here as the performance db api wont be responsible for this and also it is only used in this method

@GeorgeGoodall GeorgeGoodall merged commit e78f466 into main Aug 12, 2024
3 checks passed
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.

2 participants