Files
qqq/qqq-middleware-api
Darin Kelkhoff 00a6b69281 feat(tablePersonalization): Apply table personalization in qqq-middleware-api module.
Includes:
- applying table personalization throughout api implementation class (e.g., for application-api calls made by users)
- applying table personalization to api-aware middleware executors for count, query, and tableMeta actions (the only table-based ones that exist at this point) - for application-api-version-aware calls made by qqq frontends.
- this involved refactoring GetTableApiFieldsAction's static (caching) wrapper methods to take GetTableApiFieldsInput, which now has an InputSource field - expected to be used personalization implementations (e.g., to only personalize USER-sourced actions).
2025-09-05 12:16:25 -05:00
..