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

Add user edit action to the user controller #53

Open
visto9259 opened this issue Mar 11, 2024 · 0 comments
Open

Add user edit action to the user controller #53

visto9259 opened this issue Mar 11, 2024 · 0 comments
Labels
enhancement New feature or request V4 To be implemented in version 4
Milestone

Comments

@visto9259
Copy link
Member

There is no user edit action in the user controller when the logged in user can change its data.

There is not much data that is editable in the base User entity. The objective is to have the building blocks to support application specific customizations like views, forms, services, events, etc.

Work to do:

  • Add route for edit: lmcuser/edit
  • Add edit action to the User Controller
  • Add edit form
  • Add edit view
  • Add update service to User Service, with pre and post events
@visto9259 visto9259 added enhancement New feature or request V4 To be implemented in version 4 labels Mar 11, 2024
@visto9259 visto9259 added this to the 4.0.0 milestone Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request V4 To be implemented in version 4
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant