0291052c1c
* [GH-912] Discard (milliseconds) when counting create/update dates Card creation and update dates are displayed with hours and minutes only on the UI. When the full timestamp is used for counting unique values, this leads to a discrepancy because the (milli)second parts impact the count but are not visible to the user. This commit fixes creation and update timestamps to minutes accuracy before their values enter any calculation. Closes: #912 * Add parentheses to please the linter * Add 1s to test fixtures to cover bug scenario * Add dedicated unit tests for creation / update 1s and 1m apart Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com> |
||
---|---|---|
.. | ||
@custom_types | ||
__mocks__ | ||
cypress | ||
html-templates | ||
i18n | ||
src | ||
static | ||
.eslintignore | ||
.eslintrc.json | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc.json | ||
cypress.json | ||
NOTICE.txt | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |