As a user, I would like to be able to add and edit user information in order to maintain the accuracy of user data in the system.
Acceptance criteria
- Administrators can query all user and hospital information, and can make fuzzy queries
- Administrators have the right to change the access rights of other users.
- Administrators can add and delete other users, including single but not limited to ordinary users, hospitals and other facilities.
- Administrators must have their own dedicated system pages, and users without management rights cannot access them.
Tasks
- Create the page with html,css,js.
- Establish front - and back-end data access channels with asynchronous requests.
- Dynamic data binding.
- Realize paging query and fuzzy query.
- Integrate spring security.
- Admin can manipulate data in all systems.