-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat+fix+docs+: (hopefully) Fixed the crucial iteration bug when ther…
…e is several flats to apply - fixed test data and updated all test logics - Fixed Flat element list having wrong order - Added missing WBS numbers 220 and 240 - Update some variable names
- Loading branch information
Showing
15 changed files
with
3,035 additions
and
4,048 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"first_name": "John", | ||
"last_name": "Doe", | ||
"sex": "m", | ||
"emails": [ | ||
"random_user@outlook.com" | ||
], | ||
"street": "ABC. 123", | ||
"zip_code": "11223", | ||
"city": "Berlin", | ||
"phone": "49112233", | ||
"wbs": "yes", | ||
"wbs_date": "01/01/2000", | ||
"wbs_num": "140", | ||
"wbs_rooms": "3", | ||
"wbs_special_housing_needs": "no", | ||
"filter": ["1-zimmer"] | ||
} |
Oops, something went wrong.