Cherry pick Component Types with key parameters from port-to-django-425 branch #7

Open
opened 2024-11-16 00:37:09 +01:00 by mhu · 0 comments
Owner

There is that stale branch port-to-django-425 which was intended to update django and add docker. It is somewhat outdated but contains some feature improvements of component types:

  1. Component Types are hierarchial
  2. Component Types have key parameters. E.g. Capacitors have key parameters Capacitance, Voltage, Tolerance. These key parameters are rendered in the stock view to allow identifying components that have non-descriptive part numbers.

Currently, the key parameters are a maximum subset of 3 and added as fields into the model. Maybe change that to a many-to-many field to allow an arbitrary number of key parameters of a component.

There is that stale branch `port-to-django-425` which was intended to update django and add docker. It is somewhat outdated but contains some feature improvements of component types: 1. Component Types are hierarchial 2. Component Types have key parameters. E.g. Capacitors have key parameters Capacitance, Voltage, Tolerance. These key parameters are rendered in the stock view to allow identifying components that have non-descriptive part numbers. Currently, the key parameters are a maximum subset of 3 and added as fields into the model. Maybe change that to a many-to-many field to allow an arbitrary number of key parameters of a component.
mhu added the
Kind/Feature
Priority
High
labels 2024-11-16 00:37:09 +01:00
mhu self-assigned this 2024-11-16 00:37:09 +01:00
mhu added this to the v0.0.1 Release milestone 2024-11-16 00:41:23 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mhu/shimatta-kenkyusho#7
No description provided.