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

Component for displaying data from API endpoints #82

Open
lukitsbrian opened this issue Sep 25, 2020 · 1 comment
Open

Component for displaying data from API endpoints #82

lukitsbrian opened this issue Sep 25, 2020 · 1 comment
Labels
feature-request A new feature implementation is wished
Projects

Comments

@lukitsbrian
Copy link
Contributor

It would be useful to have a dedicated Admin UI (eg. at localhost:8080/admin), similar to Django's admin site.

This page could contain links to existing types (eg. localhost:8080/admin/<type>) and provide an auto-generated interface for creating/list/get/edit/deleting items, or whichever actions are relevant for the specific type.

For instance, currently localhost:8080 has an interface that supports the following actions -

  • POST localhost:1317/<store>/<type>
  • GET localhost:1317/<store>/<type>

Whereas we could also provide UI support for the following actions

  • GET localhost:1317/<store>/<type>/<id>
  • PUT localhost:1317/<store>/<type>
  • DELETE localhost:1317/<store>/<type>
@fadeev fadeev transferred this issue from ignite/cli Apr 9, 2021
@fadeev
Copy link
Contributor

fadeev commented Apr 9, 2021

This is a good idea. We do need a SPI component that lists all the data available through API endpoints and shows this data in a table. Sort of like Vuex dev tools.

@fadeev fadeev changed the title Admin UI Component for displaying data from API endpoints Apr 9, 2021
@marinhoarthur marinhoarthur added the feature-request A new feature implementation is wished label Nov 23, 2021
@marinhoarthur marinhoarthur added closed-after-next-major Already solved by SF 1 but not published yet. and removed closed-after-next-major Already solved by SF 1 but not published yet. labels Feb 2, 2022
@fadeev fadeev added this to To Do in Board Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A new feature implementation is wished
Projects
Board
  
To Do
Development

No branches or pull requests

3 participants