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
Currently, dates are stored in db as strings. Should they be dates?
One reason to make them dates in db is when filtering by year and/or month, the string for each transaction (currently >2,700) needs to be converted into a date. See: private-money-client: src/features/selectors/txTblSelectors/txTblSelectors.js.
Impact on code (changes)
Not evaluated yet but possibly considerable.
The text was updated successfully, but these errors were encountered:
Currently, dates are stored in db as strings. Should they be dates?
One reason to make them dates in db is when filtering by year and/or month, the string for each transaction (currently >2,700) needs to be converted into a date. See: private-money-client:
src/features/selectors/txTblSelectors/txTblSelectors.js
.Impact on code (changes)
Not evaluated yet but possibly considerable.
The text was updated successfully, but these errors were encountered: