Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 134x 107x 25x 6x 107x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 134x 107x 136x 136x 136x 136x 136x 8x 8x 8x 8x 8x 136x 136x 136x 136x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 28x 28x 28x 28x 108x 108x 108x 108x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 1x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 1x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 1x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 1x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 1x 136x 136x 136x 136x 136x 136x 136x 1x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 1x 136x 136x 136x 136x 136x 136x 136x 136x 136x 136x 1x 136x 136x 136x 136x 136x | import React, { useState } from "react";
import { useParams, useNavigate } from "react-router";
import { Row, Col, Card, Form, Button } from "react-bootstrap";
import BasicLayout from "main/layouts/BasicLayout/BasicLayout";
import { useBackend, useBackendMutation } from "main/utils/useBackend";
import { hasRole, useCurrentUser } from "main/utils/currentUser";
import CountHistogram from "main/components/Utils/CountHistogram";
import BinSizeSelector from "main/components/Utils/BinSizeSelector";
import TimeSeries from "main/components/Utils/TimeSeries";
import DashboardSectionCard from "main/components/Dashboard/DashboardSectionCard";
import LeaderboardTable from "main/components/Leaderboard/LeaderboardTable";
import {
fieldOrBlank,
getCommonsId,
getCommonsName,
getIsHidden,
getStartingDate,
getDaysActive,
numericFieldOrBlank,
} from "main/utils/dashboardUtils";
export default function DashboardPage() {
const params = useParams();
// Stryker disable next-line all : either param name may be used depending on the route
const id = params.id ?? params.commonsId;
const navigate = useNavigate();
const { data: currentUser } = useCurrentUser();
const isAdmin = hasRole(currentUser, "ROLE_ADMIN");
const [binSize, setBinSize] = useState(10);
const [viewAsStudent, setViewAsStudent] = useState(false);
// Stryker disable all
const { data: commonsPlus } = useBackend(
[`/api/commons/plus?id=${id}`],
{
url: "/api/commons/plus",
params: { id },
},
null,
{ enabled: !!id },
);
// Stryker restore all
const commons = commonsPlus?.commons;
// isAdminView is true only when an admin is looking at the dashboard in
// its normal (non-"View as Student") mode.
const isAdminView = isAdmin && !viewAsStudent;
const showDashboardToStudents = commons?.showLeaderboard === true;
const showOverviewSection = commons?.showOverviewSection !== false;
const showCowsPerFarmerSection = commons?.showCowsPerFarmerSection !== false;
const showHistogramSection = commons?.showHistogramSection !== false;
const showTrendsSection = commons?.showTrendsSection !== false;
const showHealthSection = commons?.showHealthSection !== false;
const showTotalCowsSection = commons?.showTotalCowsSection !== false;
const showFarmerLeaderboardSection =
commons?.showFarmerLeaderboardSection !== false;
const canSeeDashboard = isAdminView || showDashboardToStudents;
// Stryker disable all
const { data: numCowsData } = useBackend(
[`/api/commons/numcows?commonsId=${id}`],
{
url: "/api/commons/numcows",
params: { commonsId: id },
},
[],
{
enabled: !!id && canSeeDashboard && (isAdminView || showHistogramSection),
},
);
// Stryker restore all
// Stryker disable all
const { data: timeSeriesData } = useBackend(
[`/api/commons/timeseries?commonId=${id}`],
{
url: "/api/commons/timeseries",
params: { commonId: id },
},
[],
{
enabled:
!!id &&
canSeeDashboard &&
(isAdminView ||
showTrendsSection ||
showHealthSection ||
showTotalCowsSection),
},
);
// Stryker restore all
// Stryker disable all
const { data: userCommons } = useBackend(
[`/api/usercommons/commons/all?commonsId=${id}`],
{
url: "/api/usercommons/commons/all",
params: { commonsId: id },
},
[],
{
enabled:
!!id &&
canSeeDashboard &&
(isAdminView || showFarmerLeaderboardSection),
},
);
// Stryker restore all
// Stryker disable all : it is acceptable to exclude useBackendMutation calls from mutation testing
const dashboardSettingsMutation = useBackendMutation(
(settings) => ({
url: "/api/commons/dashboardSettings",
method: "PUT",
params: { id },
data: settings,
}),
{},
[`/api/commons/plus?id=${id}`],
);
// Stryker restore all
const updateDashboardSetting = (field, value) => {
dashboardSettingsMutation.mutate({
showLeaderboard: showDashboardToStudents,
showOverviewSection: showOverviewSection,
showCowsPerFarmerSection: showCowsPerFarmerSection,
showHistogramSection: showHistogramSection,
showTrendsSection: showTrendsSection,
showHealthSection: showHealthSection,
showTotalCowsSection: showTotalCowsSection,
showFarmerLeaderboardSection: showFarmerLeaderboardSection,
[field]: value,
});
};
const totalFarmers = fieldOrBlank(commonsPlus, "totalUsers");
const totalCows = fieldOrBlank(commonsPlus, "totalCows");
const commonsId = getCommonsId(commonsPlus, id);
const commonsStartDate = getStartingDate(commonsPlus);
const daysActive = getDaysActive(commonsPlus);
const commonsName = getCommonsName(commonsPlus);
const isHidden = getIsHidden(commonsPlus);
const averageCowsPerFarmer = numericFieldOrBlank(
commonsPlus,
"averageCowsPerFarmer",
);
const medianCowsPerFarmer = numericFieldOrBlank(
commonsPlus,
"medianCowsPerFarmer",
);
const minimumCowsPerFarmer = numericFieldOrBlank(
commonsPlus,
"minimumCowsPerFarmer",
);
const maximumCowsPerFarmer = numericFieldOrBlank(
commonsPlus,
"maximumCowsPerFarmer",
);
const standardDeviationCowsPerFarmer = numericFieldOrBlank(
commonsPlus,
"standardDeviationCowsPerFarmer",
);
if (!commonsPlus) {
return (
<BasicLayout>
<h1>Loading...</h1>
</BasicLayout>
);
}
return (
<BasicLayout>
<div className="d-flex justify-content-between align-items-start">
<h1 className="mb-1">
{isHidden && <i className="fa-solid fa-eye-slash pe-5"></i>}
{commonsName}
</h1>
{isAdmin && (
<Button
data-testid="DashboardPage-back-button"
onClick={() => navigate(-1)}
>
Back
</Button>
)}
</div>
<h3 className="mb-4">Dashboard</h3>
{isAdmin && (
<Card className="mb-4 w-100" data-testid="DashboardPage-admin-controls">
<Card.Body>
<Row>
<Col>
<Form.Check
type="switch"
id="DashboardPage-showDashboard"
data-testid="DashboardPage-showDashboard"
label="Show Dashboard to Students"
checked={showDashboardToStudents}
onChange={(e) =>
updateDashboardSetting("showLeaderboard", e.target.checked)
}
/>
</Col>
<Col>
<Form.Check
type="switch"
id="DashboardPage-viewAsStudent"
data-testid="DashboardPage-viewAsStudent"
label="View as Student"
checked={viewAsStudent}
onChange={(e) => setViewAsStudent(e.target.checked)}
/>
</Col>
</Row>
</Card.Body>
</Card>
)}
{!canSeeDashboard && <p>You're not authorized to see the dashboard.</p>}
{canSeeDashboard && (
<>
<DashboardSectionCard
title="Overview"
visible={showOverviewSection}
isAdminView={isAdminView}
onToggleVisible={(v) =>
updateDashboardSetting("showOverviewSection", v)
}
testid="DashboardPage-OverviewSection"
>
<Row>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>Total Farmers</Card.Title>
<Card.Text>{totalFarmers}</Card.Text>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>Total Cows</Card.Title>
<Card.Text>{totalCows}</Card.Text>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>Days Active</Card.Title>
<Card.Text>{daysActive}</Card.Text>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>ID</Card.Title>
<Card.Text>{commonsId}</Card.Text>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>Start Date</Card.Title>
<Card.Text>{commonsStartDate}</Card.Text>
</Card.Body>
</Card>
</Col>
</Row>
</DashboardSectionCard>
<DashboardSectionCard
title="Cows Per Farmer"
visible={showCowsPerFarmerSection}
isAdminView={isAdminView}
onToggleVisible={(v) =>
updateDashboardSetting("showCowsPerFarmerSection", v)
}
testid="DashboardPage-CowsPerFarmerSection"
>
<Row>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>Average</Card.Title>
<Card.Text>{averageCowsPerFarmer}</Card.Text>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>Median</Card.Title>
<Card.Text>{medianCowsPerFarmer}</Card.Text>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>Min</Card.Title>
<Card.Text>{minimumCowsPerFarmer}</Card.Text>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>Max</Card.Title>
<Card.Text>{maximumCowsPerFarmer}</Card.Text>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-3">
<Card.Body>
<Card.Title>StdDev</Card.Title>
<Card.Text>{standardDeviationCowsPerFarmer}</Card.Text>
</Card.Body>
</Card>
</Col>
</Row>
</DashboardSectionCard>
<DashboardSectionCard
title="Cows Per Farmer Histogram"
visible={showHistogramSection}
isAdminView={isAdminView}
onToggleVisible={(v) =>
updateDashboardSetting("showHistogramSection", v)
}
testid="DashboardPage-HistogramSection"
>
<CountHistogram
data={numCowsData}
s={binSize}
xLabel="Cows"
yLabel="Farmers"
/>
<BinSizeSelector value={binSize} onChange={setBinSize} />
</DashboardSectionCard>
<DashboardSectionCard
title="Trends Over Time"
visible={showTrendsSection}
isAdminView={isAdminView}
onToggleVisible={(v) =>
updateDashboardSetting("showTrendsSection", v)
}
testid="DashboardPage-TrendsSection"
>
<TimeSeries data={timeSeriesData} selectors="all" />
</DashboardSectionCard>
<DashboardSectionCard
title="Health Over Time"
visible={showHealthSection}
isAdminView={isAdminView}
onToggleVisible={(v) =>
updateDashboardSetting("showHealthSection", v)
}
testid="DashboardPage-HealthSection"
>
<TimeSeries
data={timeSeriesData}
selectors="Health"
testid="DashboardPage-HealthSection-time-series"
/>
</DashboardSectionCard>
<DashboardSectionCard
title="Total Cows Over Time"
visible={showTotalCowsSection}
isAdminView={isAdminView}
onToggleVisible={(v) =>
updateDashboardSetting("showTotalCowsSection", v)
}
testid="DashboardPage-TotalCowsSection"
>
<TimeSeries
data={timeSeriesData}
selectors="Total Cows"
testid="DashboardPage-TotalCowsSection-time-series"
/>
</DashboardSectionCard>
<DashboardSectionCard
title="Leaderboard"
visible={showFarmerLeaderboardSection}
isAdminView={isAdminView}
onToggleVisible={(v) =>
updateDashboardSetting("showFarmerLeaderboardSection", v)
}
testid="DashboardPage-LeaderboardSection"
>
<LeaderboardTable
leaderboardUsers={userCommons}
currentUser={currentUser}
/>
</DashboardSectionCard>
</>
)}
</BasicLayout>
);
}
|