nikolagsiderov / APPartment

Home Management System, which is .NET-based. Blazor & MVC as web clients, consuming from a Web API. Services operating with a custom ORM framework, retrieving data from a SQL Server database.
3 stars 2 forks source link

Implement Console section in Edit and Details pages #319

Closed nikolagsiderov closed 3 years ago

nikolagsiderov commented 3 years ago

I need this completed in order to start working #316!

Your main task here is to implement this 'Console' card on the right of Edit and Details pages. Leave it with '(not implemented)' in the header and 'Not implemented yet...' in the body of the card.

Basically, I want you to modify the Edit and Details pages so all element's placements are exactly the same as in the attached shot. Check out the attached shot in this issue's details.

Your entire scope of this story is in the _Details.cshtml and _Edit.cshtml partial views. Go for it!

nikolagsiderov commented 3 years ago

image