Skip to content
Snippets Groups Projects
Commit a93e2940 authored by Hock, Benedikt's avatar Hock, Benedikt
Browse files

Update TODOs

parent 98c92aa9
No related branches found
No related tags found
1 merge request!3Merge to main to create "WS2223" Version
......@@ -5,6 +5,19 @@ from __future__ import annotations
import uuid
from typing import Any, Union, Literal, TypedDict, TypeVar, Type, List, Optional, Dict
# TODO
# - Parents direkt setzen
# - Alle gemeinsamen JSON attribute im LegoItem constructor
# - enforce uuid
# - Docstrings
# - Beschreibung von Teilen (-> properties)
# - Gute String Darstellung
# - Minimalbeispiel für KPIs
# - Klassen analog zur deutschen Aufgabenstellung umbenennen (assembly, component) #13 #17
# - Export als JSON
# - Export als GraphViz
# - AggregationsEbene enum (system, assembly, subassembly, component)
class LegoItem:
def __init__(self, item_number: int, mass: float, delivery_time: int, **kwargs) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment