Skip to content

Group ID not included for parent assets in debug_dispatch_assets.csv #1243

@alexdewar

Description

@alexdewar

Since #1124, we use parent assets for dispatch rather than their children. It seems we forgot to update the debug_dispatch_assets.csv file format at the same time though -- it doesn't have a column for group ID. Technically you could probably distinguish the assets in some other way (dispatch can also include candidates, which don't have an asset ID either), but this would make it clearer.

I've also just noticed that the struct we use for serialising data for this file is called ActivityRow, reflecting the old name of the file. There's also a write_activity method on DebugDataWriter. We should rename these to something more obvious and update any comments.

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomersmuse xiiiTasks for the MUSE XIII engagement

Type

No type

Projects

Status

🔖 Ready

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions