Skip to content

As a commonAdmin,I want to have a page where I can display the data so that I can quickly find it and delete by properties

Acceptance Criteria

  • There is a user-friendly page that makes it easy for users to find information.
  • There are one or two input boxes for the user to enter information to query.
  • The data can be updated dynamically according to different input information.
  • There is a button for the user to perform the delete action.

Task

  • Use html, css, js to create a page.
  • Data can be exchanged with the database.
  • Implement fuzzy query by jdbcTemplate
  • Functuon can delete data from the database based on the selected data id
  • Features do not have malicious bugs.
Edited by Yulong Wang