# Dynamic Selection Tools

This is a basic Drupal module for String, Integer, Float, and Decimal
field types.

Goal of this module is to provide a dynamic set of "allowed options",
but keeping the nature of the field, without the need of altering the
field storage settings like in select list fields. This means, if you
pick an option, then only the RAW value will be stored in database,
allowing to add/remove as much as needed options without any storage
update.


# Use cases

* Seat allocations.
* Room/hotel bookings.
* Raffles.
* Code/token selling (The order item type, with Drupal commerce).
