Merge remote-tracking branch 'origin/notification_new' into sprint_2
# Conflicts: # BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/repositories/MatchedWishlistRecordRepository.java # FrontendFolder/switch-room/src/App.vue # FrontendFolder/switch-room/src/components/AppHeader.vue # FrontendFolder/switch-room/src/components/WishlistPage.vue # FrontendFolder/switch-room/src/router/index.ts
No related branches found
No related tags found
Showing
- BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/controllers/MatchedOfferController.java 59 additions, 0 deletions...CS5934/SwitchRoom/controllers/MatchedOfferController.java
- BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/controllers/MatchedWishListController.java 57 additions, 0 deletions...934/SwitchRoom/controllers/MatchedWishListController.java
- BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/controllers/NotificationController.java 105 additions, 0 deletions...CS5934/SwitchRoom/controllers/NotificationController.java
- BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/repositories/MatchedWishlistRecordRepository.java 14 additions, 0 deletions...tchRoom/repositories/MatchedWishlistRecordRepository.java
- BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/services/DealWithWishlist.java 37 additions, 0 deletions.../java/vt/CS5934/SwitchRoom/services/DealWithWishlist.java
- BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/services/MatchedWishlistRecordService.java 31 additions, 0 deletions...934/SwitchRoom/services/MatchedWishlistRecordService.java
- BackendFolder/SwitchRoom/src/main/java/vt/CS5934/SwitchRoom/services/OfferWishlistLookUpService.java 34 additions, 0 deletions...S5934/SwitchRoom/services/OfferWishlistLookUpService.java
- FrontendFolder/switch-room/package-lock.json 37 additions, 6 deletionsFrontendFolder/switch-room/package-lock.json
- FrontendFolder/switch-room/package.json 2 additions, 0 deletionsFrontendFolder/switch-room/package.json
- FrontendFolder/switch-room/src/components/AppHeader.vue 6 additions, 1 deletionFrontendFolder/switch-room/src/components/AppHeader.vue
- FrontendFolder/switch-room/src/components/MainPage.vue 24 additions, 27 deletionsFrontendFolder/switch-room/src/components/MainPage.vue
- FrontendFolder/switch-room/src/components/MatchOffer.vue 46 additions, 0 deletionsFrontendFolder/switch-room/src/components/MatchOffer.vue
- FrontendFolder/switch-room/src/components/MatchWishList.vue 45 additions, 0 deletionsFrontendFolder/switch-room/src/components/MatchWishList.vue
- FrontendFolder/switch-room/src/components/Notification.vue 92 additions, 0 deletionsFrontendFolder/switch-room/src/components/Notification.vue
- FrontendFolder/switch-room/src/components/WishlistPage.vue 1 addition, 2 deletionsFrontendFolder/switch-room/src/components/WishlistPage.vue
- FrontendFolder/switch-room/src/models/OfferNotification.ts 21 additions, 0 deletionsFrontendFolder/switch-room/src/models/OfferNotification.ts
- FrontendFolder/switch-room/src/router/index.ts 14 additions, 8 deletionsFrontendFolder/switch-room/src/router/index.ts
- FrontendFolder/switch-room/src/services/Constans.ts 59 additions, 4 deletionsFrontendFolder/switch-room/src/services/Constans.ts
- FrontendFolder/switch-room/src/services/FetchOfferService.ts 10 additions, 0 deletionsFrontendFolder/switch-room/src/services/FetchOfferService.ts
- FrontendFolder/switch-room/src/services/FetchWishListService.ts 10 additions, 0 deletions...ndFolder/switch-room/src/services/FetchWishListService.ts
Please register or sign in to comment