Conversation
…nce to keep deprecated structures before there was even a release.
Changes are: ByAisle -> IsByAisle, ByWindows -> IsByWindows, BetweenSeats -> IsBetweenSeats
@skinkie Out of curiosity, what makes it difficult to parse? Since basically every facility is a |
|
Last suggestion from my side 😇
|
The biggest problem is that the changes made by Nick basically combined variants (permutation) in single instances, this is what we are reverting back to direct class attributes. SomeEnumeListOfEnumerations leads to complex queries for OR and AND operators, not directly available without explict parsing and handeling of that list with IN like queries, where the checks have to be explicitly modelled based on the enumeration. |
Works for me. I like |
|
@TuThoThai some more validation errors... |
@skinkie, apologies... my eyes were clearly not working properly! Thanks for fixing the errors! |
|
Would it make sense to default all of these properties to |
|
@Robbendebiene yes good to mention it. Sane defaults is another issue, better do it directly correct. |
|
@skinkie and @Robbendebiene, default value is now |
We did the same, but I did not push yet. |
Addresses both issue #701 and group decision made on 18 March 2025 in PR #813