Skip to content

feat(manuscripts): filter by date range

Ben Whitmore requested to merge filter-by-date-range-1001 into main

See #1001 (closed). Some of the changes are to do with refactoring dateUtils, renaming/reorganising some functions.

Unfortunately I haven't figured out an easy way to share dateUtils between the client and the server, since one is using ES modules and the other CommonJS modules. So at the moment we have some duplicated code.

Also, some of the UI code isn't as elegantly organised as I'd like, due to time pressure.

Edited by Ben Whitmore

Merge request reports