OSDN Git Service

Refactoring
[open-pdm-light/PartList.git] / PartsList / PartsList / toDo / toDoList.txt
index 491e7e6..dc461e9 100644 (file)
@@ -1,2 +1,15 @@
-1.リファクタリング。アプリケーションサービスレイヤ導入。
-2.上位部品表の国際化不具合
\ No newline at end of file
+1.PartRelationとNotifyのRecusion処理のリファクタリング。
+2.配列を、可変から不変に変更。ArrayBuffer
+3.例外処理の導入。
+
+(非機能要件)
+MariaDB [partlist]> select count(*) from PartRelation;
++----------+
+| count(*) |
++----------+
+|  4034044 |
++----------+
+1 row in set (36.60 sec)
+
+うち、2000件以上3000件未満の部品表(複数レベル)の検索に20秒弱を要す。
+