aminalaee / sqladmin

SQLAlchemy Admin for FastAPI and Starlette
https://aminalaee.dev/sqladmin/
BSD 3-Clause "New" or "Revised" License
1.7k stars 174 forks source link

Use HTMX #767

Open hasansezertasan opened 1 month ago

hasansezertasan commented 1 month ago

Use HTMX

At #678, we discussed using HTMX to do inline edits.

Benefits:

hasansezertasan commented 1 month ago

I'm currently working on a Redis CLI like in the Flask Admin and planning to open a PR.

What do you think about this feature?

aminalaee commented 1 month ago

Hmm, I think that's nice but there's still a lot missing in SQLAdmin which I think could be more useful. I've been meaning to work on the filters for a while now, but I haven't had the time.

hasansezertasan commented 1 month ago

Hmm, I think that's nice but there's still a lot missing in SQLAdmin which I think could be more useful. I've been meaning to work on the filters for a while now, but I haven't had the time.

I agree with you. I think #394 deserves some attention.

But as a POC, I think RedisCLI is the best-fitting implementation. I've made some progress at contrib/rediscli branch. Feel free to check it out and give some insight.

I'm waiting for #771 to be resolved to continue developing the RedisCLI implementation.