Skip to content

Conversation

@KernelDeimos
Copy link
Contributor

This commit adds the DataAccessModule, which is where replacement "flatter" implementations for what is currently implemented via EntityStorage/OM will be developed.

This commit also adds AppService, which is where the crud-q implementor for apps will be implemented.

This commit adds the select() implementation for AppService. Currently it is missing many behaviors for parity with the current ES/OM implementation including:

  • coercion of boolean values
  • nested objects and their properties
  • icon_size parameter support

This commit adds the DataAccessModule, which is where replacement
"flatter" implementations for what is currently implemented via
EntityStorage/OM will be developed.

This commit also adds AppService, which is where the `crud-q`
implementor for apps will be implemented.

This commit adds the `select()` implementation for AppService. Currently
it is missing many behaviors for parity with the current ES/OM
implementation including:
- coercion of boolean values
- nested objects and their properties
- `icon_size` parameter support
@KernelDeimos KernelDeimos merged commit f8bdcf8 into main Dec 22, 2025
4 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