cschlaffner / PROTzilla2

12 stars 0 forks source link

Add the option to choose the instance_identifier #472

Closed henninggaertner closed 2 months ago

henninggaertner commented 2 months ago

Issue description

The user should be able to choose a name for the instance of the step, as to differentiate another one with the same method. This should be done with a field called "name step" or something along those lines, can be pretty much copied but needs to be adapted from the old views.py and urls.py

Acceptance Criteria

henninggaertner commented 2 months ago

All necessary base methods are there, now just needs to be implemented in the MethodForms in combination with the Method class itself