ダッシュボードの実装
ダッシュボードのために、DB上のテーブルを追加し、DTOやDAOなどを作成しました。 また、ロック、アンロックで不備があったところを修正しました。
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
-
735 750 return new UnlockReportJSON(json); 736 751 } 737 752 753 public DashboardStatusJSON getDashboardStatus(AcmsParameters sid) throws NetworkDisconnectedException, AcmsException { 754 HttpResponse response = send(AcmsApis.ApiGetDashboardStatus, sid); 755 String json = response.httpResponseBody; 756 return new DashboardStatusJSON(json); 757 } 758 -
Developer
ダッシュボードで使用するAPI(getDashboardStatus())です。
-
-
-
-
-
-
-
-
changed the description
Toggle commit list -
unmarked as a Work In Progress
Toggle commit list -
-
-
-
-
merged
Toggle commit list