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

Improve error reporting for misconfiguration of Entities and Columns #12

Open
helrond opened this issue Oct 21, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@helrond
Copy link
Member

helrond commented Oct 21, 2024

Is your feature request related to a problem? Please describe.

Because the Fluxx API does not throw an explicit error message, there is currently no way to know if you’ve requested an Entity or Column that does not exist. This means it’s possible to add a field with a typo, but then that field would just be empty in the output

Describe the solution you'd like

Warn users when they’re requesting an entity or column which doesn’t exist.

Additional context

The need for this may be somewhat reduced by a spreadsheet import feature (#11)

@helrond helrond added the enhancement New feature or request label Nov 13, 2024
@helrond
Copy link
Member Author

helrond commented Nov 19, 2024

It also looks like if the field value is null it is not returned, even if it references a correct key in the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant