Skip to content

Conversation

@ncovercash
Copy link
Member

@ncovercash ncovercash commented Jun 24, 2025

Jira MODPATBLK-207

Purpose

Expose patron's block summary as an entity type for the FOLIO Query Machine.

Approach

Adds a configuration file to support this entity type via FQM's new autogeneration tools.

Changes checklist

  • API paths, methods, request or response bodies changed, added, or removed
  • Database schema changes
  • Interface versions changes
  • Interface dependencies added, or removed
  • Permissions changed, added, or removed
  • Check logging.

Comment on lines +19 to +32
"x-fqm-joins-to-raw": [
{
"targetId": "bb058933-cd06-4539-bd3a-6f248ff98ee2",
"targetField": "id",
"type": "equality-cast-uuid",
"direction": "left"
},
{
"targetId": "f2615ea6-450b-425d-804d-6a495afd9308",
"targetField": "id",
"type": "equality-cast-uuid",
"direction": "left"
}
]
Copy link
Member Author

Choose a reason for hiding this comment

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

In the future, these should be changed to point simply to mod-users's entities by their non-raw name (we support a schema like { targetModule: 'mod-users', targetEntity: 'user', ... }), however, this will only work once mod-users migrates to auto-generated entity types.

@ncovercash ncovercash requested a review from a team June 24, 2025 13:58
@ncovercash ncovercash marked this pull request as ready for review June 24, 2025 13:58
@sonarqubecloud
Copy link

@ncovercash ncovercash merged commit 3b6a928 into master Jun 24, 2025
8 checks passed
@ncovercash ncovercash deleted the modpatblk-207 branch June 24, 2025 14:40
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.

4 participants