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

Document foreign key relationships in autogenerated API docs #717

Closed
begriffs opened this issue Oct 14, 2016 · 3 comments
Closed

Document foreign key relationships in autogenerated API docs #717

begriffs opened this issue Oct 14, 2016 · 3 comments
Labels
enhancement a feature, ready for implementation

Comments

@begriffs
Copy link
Member

@adambaker requested this in order to make an admin panel for postgrest APIs.

@begriffs begriffs added the enhancement a feature, ready for implementation label Oct 14, 2016
@ruslantalpa
Copy link
Contributor

what would this admin panel "administer"?

@begriffs
Copy link
Member Author

begriffs commented Oct 14, 2016

It would allow the user to see the list of all tables and edit their contents. It would also want to know about fk relationships, so that if you're editing a Store, say, the program will know it has Products and will show links to add and edit them.

Basically like ng-admin-postgrest but written in Elm. Adam can give you more details about what he's planning.

@ruslantalpa
Copy link
Contributor

This can be implemented outside PostgREST as explained here #13 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement a feature, ready for implementation
Development

No branches or pull requests

2 participants