You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you request GET /dashboard API right now, you get a rest and rpc array with the name of the services. We cannot distinguish between db-connected and code-connected from the rest array. It would be nice to have this distinguish to build a better dashboard UI.
I propose to add an optional parameter to return a more detailed result, such as /dashboard?extended.
👍 I like the extended idea because looking at a list of my resources I'll probably know what I'm looking for before I'd need to break them down by connected type. And while you're at it will you include doctrine-connected ?
When you request
GET /dashboard
API right now, you get a rest and rpc array with the name of the services. We cannot distinguish between db-connected and code-connected from the rest array. It would be nice to have this distinguish to build a better dashboard UI.I propose to add an optional parameter to return a more detailed result, such as
/dashboard?extended
.Originally posted by @ezimuel at zfcampus/zf-apigility-admin#245
The text was updated successfully, but these errors were encountered: