Re: [Specifications] Date ranges / intervals for LDF (#56)

Due to demands of our community members, I'm reopening it. Still, I'd like to hear some possibilities to resolve this issue.
Personally, I'd go with IriTemplate that would allow client to provide same parameter multiple times, i.g.:
`http://some.url/api/events?dateFrom=2018-01-01&dateTo=2018-01-10&dateFrom=2019-01-01&dateTo=2019-01-10&day=2019-02-01`
Unfortunately, log on how server will interpret these is hidden:
- 2018-01-01 - 2018-01-10 and 2019-01-01 - 2019-01-10 and 2019-02-01
- 2018-01-01 - 2019-01-10 and 2019-02-10 (only min-max are taken into account)
- 2019-02-10 (specific day takes precedence)
- and so on...

-- 
GitHub Notification of comment by alien-mcl
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/56#issuecomment-453246220 using your GitHub account

Received on Thursday, 10 January 2019 20:42:54 UTC