Problem
Individual Tables workbench displays 0 for individual counts even when individuals exist in the table.
Impact
Users cannot see how many individuals are in each class table.
Location
frontend/app.html - Individual Tables display area
Solution
- Fix count calculation/sum logic in
loadIndividualTablesInterface() or showIndividualTable() functions
- Ensure API returns correct count when fetching individuals
- Display actual sum of individuals in table header/card
Affected Functions
loadIndividualTablesForCurrentOntology()
loadIndividualTablesInterface()
showIndividualTable()
Branch
feature/individuals-tables-fixed
Problem
Individual Tables workbench displays 0 for individual counts even when individuals exist in the table.
Impact
Users cannot see how many individuals are in each class table.
Location
frontend/app.html- Individual Tables display areaSolution
loadIndividualTablesInterface()orshowIndividualTable()functionsAffected Functions
loadIndividualTablesForCurrentOntology()loadIndividualTablesInterface()showIndividualTable()Branch
feature/individuals-tables-fixed