Add manufacturer field to equipment #263
Labels
backend
related to the backend
enhancement
New feature or request
frontend
related to the frontend
good first issue
Good for newcomers
Milestone
The equipment model has an institution but it would also be useful to record the manufacturer. This will involve:
battDB.models
to add a field for manufacturer.common.Org
.is_mfg_equip==True
. (Search forlimit_choices_to
inbattDB.models
to see how this could be implemented)battDB.forms
so there is another field to choose the manufacturer.battDB.views
so the manufacturer is displayed.tests.battDB.test_models
and possiblytests.battDB.test_views
to reflect the changes made.Aha! Link: https://imperial-college-ict.aha.io/requirements/RSE-132-24
The text was updated successfully, but these errors were encountered: