pyro-api icon indicating copy to clipboard operation
pyro-api copied to clipboard

[admin] Add an admin dashboard

Open frgfm opened this issue 4 years ago • 1 comments

As stated in the title, I think we need to have a UI for admins. There are a few options:

  • ORM : https://github.com/fastapi-admin/fastapi-admin
  • use the Vue.js dashboard from the template repo of FastAPI : https://github.com/tiangolo/full-stack-fastapi-postgresql

frgfm avatar Jul 22 '21 13:07 frgfm

Hi there, thanks for opening the discussion.

At first sight, because the ORM from fastapi-admin is full python, I would go for this one instead of the Vue.js one that would introduce a new language, not mastered within the association.

Therefore, if the proposed functionality is equivalent and the security level is similar, Let's go for the fastapi-admin !

fe51 avatar Sep 17 '21 15:09 fe51