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

App Check Framework #176

Open
kc-diabeat opened this issue Mar 29, 2024 · 0 comments
Open

App Check Framework #176

kc-diabeat opened this issue Mar 29, 2024 · 0 comments
Labels
feature New feature request

Comments

@kc-diabeat
Copy link
Contributor

kc-diabeat commented Mar 29, 2024

It would be nice to have a set of checks for validating app's codebase. The checks can be triggered while running zelthy3 commands and they can also be shown as alerts on the App Panel.

Few relevant checks that I can think:

  • module name having invalid characters
  • model subclassing models.Model instead of DynamicModelBase
  • Unsupported field type used (e.g. ManyToManyField in v0.1)
  • registered module not found
  • validation failure for settings.json
  • validation failure for manifest.json
  • necessary services unreachable - e.g. redis, celery ,etc.

In future, we can also consider including syntactical as well as logical checks on the App's codebase (e.g. syntax error in a view) in the framework.

@kc-diabeat kc-diabeat added the feature New feature request label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant