USACE / groundwork

React Components for USACE Applications
https://usace.github.io/groundwork
4 stars 0 forks source link

Refactor cdaLatestValueCard logic into useCdaLatestValue hook #38

Closed jbkolze closed 1 month ago

jbkolze commented 2 months ago

There's a whole bunch of business logic in the cdaLatestValueCard hook to make sure you actually get the latest available value. This should probably be ripped out into a hook to clean things up. The hook could be useful for other potential components, as well.

jbkolze commented 2 months ago

Depends on #33