Update Database so dates are as dates and not string
Open
feature
Menas
priority: undecided
under discussion
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## Background
Currently, we do a lot of searches and filters based on time, but our time format in Menas is mainly string, which then disallows us from using Mongo optimizations for time based operations.
## Feature
Update Database so dates are as dates and not string
Contributor guide
Assessment
This issue has not been assessed yet.