Vatavuk / cityhub-core

Other
1 stars 0 forks source link

WorkingHours #5

Open Vatavuk opened 5 years ago

Vatavuk commented 5 years ago

We need to add additional boolean field in PoisAsJson result json that will specify whether a POI is currently working. Information about working hours can be found in workingHours field in POI details message. This field satisfies the following regex:

"^(((pon|uto|sri|čet|pet|sub|ned)-(pon|uto|sri|čet|pet|sub|ned)|(pon|uto|sri|čet|pet|sub|ned)):"
                       "[0-9]+(.[0-9]+)?-[0-9]+(.[0-9]+)?;)+$"

Feel free to propose different approach if you think there is a simpler way to extract information.

Vatavuk commented 5 years ago

@dkunej are you working on this?

dkunej commented 5 years ago

@Vatavuk, currently finishing testing. @Spolja and I will arrange who will take this when we're done with previous tasks.

dkunej commented 5 years ago

@Vatavuk, assign me.

Spolja commented 5 years ago

@Vatavuk , assign me.