hay-kot / homebox

Homebox is the inventory and organization system built for the Home User
https://hay-kot.github.io/homebox/
GNU Affero General Public License v3.0
2.71k stars 214 forks source link

Persistent custom fields (with several data input variables) #760

Open danielrosehill opened 9 months ago

danielrosehill commented 9 months ago

What is the problem you are trying to solve with this feature?

Currently, you can create custom fields on an asset by asset basis.

However, the custom fields created are not saved for later use.

It would be nice if they were.

It would also be great if we could create custom fields in various formats (for instance, text string, dropdown menu with options, etc).

What is the solution you are proposing?

  1. After creation, custom fields are saved in the database.
  2. Functionality for editing previously created custom fields.
  3. The ability to create complex fields in several different data input formats including dropdown menus.

What alternatives have you considered?

No response

Additional context

No response

Contributions