You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a summary data formatter similar to formatTableData.js
Problem Definition
Every time we use the summary component we need to manually massage and manipulate the data so it looks right. The table data already does this so we should somehow tap in and use that instead of manually doing it in each component using a summary
This will prevent writing extra code that muddies up and bloats components, follows more DRY rules, will tidy up components the way the table components are
Proposal
Either connect the summary data into the formatTableData function or create a similar util function for summary data to use
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Create a summary data formatter similar to formatTableData.js
Problem Definition
Every time we use the summary component we need to manually massage and manipulate the data so it looks right. The table data already does this so we should somehow tap in and use that instead of manually doing it in each component using a summary
This will prevent writing extra code that muddies up and bloats components, follows more DRY rules, will tidy up components the way the table components are
Proposal
Either connect the summary data into the formatTableData function or create a similar util function for summary data to use
For Admin Use
The text was updated successfully, but these errors were encountered: