alexandroidii / cst8333

virtual environment folder for CST8333 project rlcis
0 stars 0 forks source link

Update dropdowns dynamically #7

Closed langenet closed 3 years ago

langenet commented 3 years ago

To be able to specify an industry type not available in a dropdown selection list

alexandroidii commented 3 years ago

Is this list going to be updated by the Admins only?

Or do we allow end users to add new industries simply by entering new values in that field, saving it to the database and it becomes a new industry others can access.

alexandroidii commented 3 years ago

The field should be a searchable drop down where if the item is not in the list, it is considered "Other".

The list of "Others" can be added to the searchable list once approved by a reviewer.

alexandroidii commented 3 years ago

All drop downs have been converted to classes which are stored in the database and updates via the django admin interface.