Skip to content

User management implemented : Fix #8#10

Merged
antoineatstariongroup merged 2 commits intodevelopmentfrom
feat/GH8-user-management
Aug 11, 2022
Merged

User management implemented : Fix #8#10
antoineatstariongroup merged 2 commits intodevelopmentfrom
feat/GH8-user-management

Conversation

@antoineatstariongroup
Copy link
Copy Markdown
Contributor

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the UI-DSM code style guidelines
  • I have provided test coverage for my change (where applicable)

Description

Fix #8

  • The administrator can add and delete user
  • The administrator can see details for specific user
  • Mvvm implementation refactor for previous components

@antoineatstariongroup
Copy link
Copy Markdown
Contributor Author

image

@antoineatstariongroup antoineatstariongroup linked an issue Aug 9, 2022 that may be closed by this pull request
5 tasks
Comment thread UI_DSM/UI_DSM.Client/Program.cs Outdated
/// <param name="builder">The <see cref="WebAssemblyHostBuilder"/></param>
private static void AddViewModels(WebAssemblyHostBuilder builder)
{
builder.Services.AddTransient<IUserManagementViewModel, UserManagementViewModel>();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe do something generic/auto register? Find all i****ViewModel interfaces and their implementations and auto register those.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented in the second commit, can you confirm that is what you though ?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is what I meant.

@antoineatstariongroup antoineatstariongroup merged commit e191078 into development Aug 11, 2022
@antoineatstariongroup antoineatstariongroup deleted the feat/GH8-user-management branch December 12, 2022 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Administration : UserListView/UserDetailView

2 participants