edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
560 stars 106 forks source link

Show page for the Records #75

Closed murilomendes closed 2 years ago

murilomendes commented 2 years ago

Hey ho! It's me again.

Edandersen, do you have any plan to add a show view for the records? If you allow me, let me suggest something: In Ruby on Rails we have a lib called "Administrate" it's a robust admin panel. There we can navigate in the records through the foreign keys. You can check how it works in this demo:

https://administrate-demo.herokuapp.com/admin Administrate in Github

The lib is powered by Thoughtbot, a very nice company.

It would be amazing in .Net.

Thank you so much!!

edandersen commented 2 years ago

I see - view pages for each entity and a list of entities that have it as a foreign key? Doable...


From: M.M. @.> Sent: Tuesday, July 26, 2022 8:33:46 PM To: edandersen/core-admin @.> Cc: Subscribed @.***> Subject: [edandersen/core-admin] Show page for the Records (Issue #75)

Hey ho! It's me again.

Edandersen, do you have any plan to add a show view for the records? If you allow me, let me suggest something: In Ruby on Rails we have a lib called "Administrate" it's a robust admin panel. There we can navigate in the records through the foreign keys. You can check how it works in this demo:

https://administrate-demo.herokuapp.com/admin Administrate in Githubhttps://github.com/thoughtbot/administrate

The lib is powered by Thoughtbot, a very nice company.

It would be amazing in .Net.

Thank you so much!!

— Reply to this email directly, view it on GitHubhttps://github.com/edandersen/core-admin/issues/75, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAEF6HCNWMI4FN5TCVFQYMLVWA4RVANCNFSM54XCX7YQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

murilomendes commented 2 years ago

Exactly!!

The master details in the page what have the relationship one-to-many would be awesome. :)

edandersen commented 2 years ago

I'll add it to the list :-)


From: M.M. @.> Sent: Tuesday, July 26, 2022 8:57:31 PM To: edandersen/core-admin @.> Cc: Ed Andersen @.>; Comment @.> Subject: Re: [edandersen/core-admin] Show page for the Records (Issue #75)

Exactly!!

The master details in the page what have the relationship one-to-many would be awesome. :)

— Reply to this email directly, view it on GitHubhttps://github.com/edandersen/core-admin/issues/75#issuecomment-1195918378, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAEF6HFTONTRTICRTMO2K6TVWA7KXANCNFSM54XCX7YQ. You are receiving this because you commented.Message ID: @.***>

murilomendes commented 2 years ago

Thank you so much :)