Open ProfessorO opened 1 year ago
@ProfessorO Hm, I'm open to suggestions here. Right now, labels are automatically generated much like the rows in an Excel spreadsheet. The previous label is used to calculate all future labels. Luckily, elements have a unique ID to keep track of them, so we don't have to worry about conflicting labels. But I'd be open to suggestion about how we can allow either all-or-nothing, or a mixture of autogeneration and pre-crafted labels.
Nothing groundbreaking--it would just be nice to be able to pick the names of the inputs & outputs. Might be as simple as including a "name" key for each of the items in the "inputs" list in the assignment JSON file.