Commit fe2c8f7
Epic/uth 227 publicera alla bilplatser fran onecore (#196)
* add endpoint to get vacant parkingspaces
* show vacant parkinspaces on a new page
* create endpoint and method to create multiple listings.
* create endpoint in core
* add endpoint and logic to portal backend
* refactor UI and publish vacant parkingspaces
* handle potential empty PublishedTo-date for NON_SCORED listings
* handle re-render errors
* handle publishing of large batches
* rename kötyp to Uthyrningsmetod
* filter out offered as well as ready for offer listings from vacant parking spaces
* disable creation of application for non scored listings
* Don't render applicants or offers tabs on details page for NON_SCORED rental rules
* refactor parking-spaces endpoints in core and leasing service to take body param list of rentalobjectIds and return rentalobjects.
* parallelize vacant-parkingspace request
* remove all xpand-sync code in internal-portal be and fe and core
* remove xpand-internal-parkingspaces-sync from lease-service
* Feat/uth 236 get all parking space listings from one core (#35)
* Feat: UTH-236 Get All Parking Space Listings From OneCore
Added missing functionality to filter result based on a ContactCode. Scored/internal Listings where the user doesn't have a housing contract is filtered out.
* Feat:UTH-237 Get Published Lisings by RentalObjectCode (#42)
To be able to show the parking space detail page on mimer.nu we need to be able to retrieve published listings by RentalObjectCode.
* filter on RentalObjectCode has been added to GET /listings in both core and lesing
* Feat:UTH-247-Rental-Object-Search
* UTH-238: Unpublish listing (#38)
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Linda Almqvist <linda.almqvist@prototyp.se>
Co-authored-by: Sven Johansson <sven.johansson@iteam.se>
Co-authored-by: Andreas Lundqvist <31646645+momentiris@users.noreply.github.com>
Co-authored-by: Linda Almqvist <34321514+lalmqvist@users.noreply.github.com>
Co-authored-by: lindblomdavid <65215239+lindblomdavid@users.noreply.github.com>1 parent 878f61d commit fe2c8f7
File tree
93 files changed
+6309
-4229
lines changed- .github/workflows
- apps
- internal-portal
- backend
- src
- services
- auth-service/adapters
- leasing-service
- adapters
- frontend
- src
- common
- components
- pages
- Login
- ParkingSpaces
- components
- create-applicant-for-listing
- helpers
- hooks
- ParkingSpace
- components
- hooks
- PublishParkingSpacesListings
- hooks
- utils
- property-tree/src/services/api/core/generated
- core/src
- adapters
- leasing-adapter
- tests/leasing-adapter
- processes/parkingspaces
- external
- tests
- internal
- tests
- services
- lease-service
- helpers
- tests
- property-management-service
- libs/types/src
- request-types
- response-types
- services
- leasing
- migrations
- scripts
- src/services/lease-service
- adapters
- xpand
- routes
- tests
- adapters
- listing-adapter
- xpand
- routes
- xpand-sync
- property-management/src/services/property-info-service
- adapters
- routes
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+6309
-4229
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
14 | 11 | | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Lines changed: 134 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
43 | 51 | | |
44 | | - | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
48 | | - | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
292 | 300 | | |
293 | 301 | | |
294 | 302 | | |
295 | | - | |
296 | | - | |
297 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
298 | 306 | | |
299 | | - | |
300 | | - | |
301 | | - | |
| 307 | + | |
302 | 308 | | |
303 | | - | |
| 309 | + | |
| 310 | + | |
304 | 311 | | |
305 | 312 | | |
306 | 313 | | |
307 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
308 | 339 | | |
309 | 340 | | |
310 | 341 | | |
| |||
313 | 344 | | |
314 | 345 | | |
315 | 346 | | |
316 | | - | |
317 | | - | |
318 | | - | |
| 347 | + | |
319 | 348 | | |
320 | 349 | | |
321 | 350 | | |
| |||
348 | 377 | | |
349 | 378 | | |
350 | 379 | | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
351 | 396 | | |
352 | 397 | | |
353 | 398 | | |
| |||
565 | 610 | | |
566 | 611 | | |
567 | 612 | | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
568 | 630 | | |
569 | 631 | | |
570 | 632 | | |
| |||
603 | 665 | | |
604 | 666 | | |
605 | 667 | | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
606 | 721 | | |
607 | 722 | | |
608 | 723 | | |
| |||
614 | 729 | | |
615 | 730 | | |
616 | 731 | | |
| 732 | + | |
| 733 | + | |
617 | 734 | | |
618 | 735 | | |
619 | 736 | | |
620 | | - | |
621 | 737 | | |
622 | 738 | | |
623 | 739 | | |
| 740 | + | |
624 | 741 | | |
625 | 742 | | |
626 | 743 | | |
627 | 744 | | |
628 | 745 | | |
| 746 | + | |
629 | 747 | | |
630 | 748 | | |
| 749 | + | |
631 | 750 | | |
0 commit comments