partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.39k stars 402 forks source link

Improve Entity Selector #760

Open Drachenkaetzchen opened 7 years ago

Drachenkaetzchen commented 7 years ago

The entity selector is very bare-bones and doesn't allow searching and filtering. Additionally, the user has to add fields manually.

  1. Add searching and filtering
  2. Define a default set of important fields to all PartKeepr entities and display the important fields in the entity selector
  3. Implement a mechanism to generate canonical names from entities

For example, important fields on a part would be "Name", "Category" and "Storage Location". A canonical name for a part would consist of the part's name.

Drachenkaetzchen commented 7 years ago

Searching and Filtering must also be applied to the export view.