Replies: 1 comment
-
|
We missed this, and worked on our demo project: https://github.com/smithyhq/sqladmin-demo. It embodies almost all features of latest version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When working on the column filter feature, one thing that really helped me was to create a demo deployment where I could experiment and actually see the result. It's more helpful than just the tests. Also, it serves as a kind of an example project that users of sqladmin can review, actually run and see how everything looks together.
Here's the link to the repo: https://github.com/lorg/sqladmindemo
I thought it would be useful to incorporate it into the sqladmin project itself. Writing tests for it that would run together with the tests for sqladmin would also guarantee that it stays up to date and does not break.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions