HZ-HBO-ICT / it-conference

Official repository for the IT-Conference
https://weareinittogether.nl
MIT License
5 stars 0 forks source link

Feature - Scheduling system #435

Closed v-stamenova closed 1 week ago

v-stamenova commented 1 month ago

Description

This branch introduces a completely redone scheduling system. Now when you login as the moderator you can see at /schedule a drag and drop calendar. For more fine grained scheduling you can click on the presentation itself and you'll see a scheduling modal. If the relocation is not possible a toaster notification will show up.

Run composer install alongside sail artisan migrate:fresh --seed

closes #416

introduces #437

Type of change

What needs to be tested

Honestly just try to go to this page and break stuff around with the drag and drop and all sorts of funky actions you can try. If you find any bug please make sure to let me know how to replicate it exactly and be specific since it can be really hard to replicate it (trust me once I found a bug accidentally I spent 20 minutes just trying to replicate it)

Checklist:

github-actions[bot] commented 1 month ago

Coverage report for commit: 0d54f71 File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 71.8%
  10% │ █░░░░░░░░░░░░░░░░░░░░░░ │  1.3%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ █░░░░░░░░░░░░░░░░░░░░░░ │  0.6%
  40% │ █░░░░░░░░░░░░░░░░░░░░░░ │  0.6%
  50% │ █░░░░░░░░░░░░░░░░░░░░░░ │  0.6%
  60% │ █░░░░░░░░░░░░░░░░░░░░░░ │  0.6%
  70% │ █░░░░░░░░░░░░░░░░░░░░░░ │  1.3%
  80% │ █░░░░░░░░░░░░░░░░░░░░░░ │  1.9%
  90% │ ██░░░░░░░░░░░░░░░░░░░░░ │  3.2%
 100% │ ██████░░░░░░░░░░░░░░░░░ │ 17.9%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 36.01% | Methods: 24.40%
FilesLinesMethodsBranches
app/Actions/Fortify
   CreateNewUser.php98.33%50.00%100.00%
   PasswordValidationRules.php100.00%100.00%100.00%
   ResetUserPassword.php100.00%100.00%100.00%
   UpdateUserPassword.php100.00%100.00%100.00%
   UpdateUserProfileInformation.php75.00%50.00%100.00%
app/Actions/Jetstream
   DeleteUser.php100.00%100.00%100.00%
app/Actions/Schedule
   PresentationAllocationHelper.php--100.00%
   PresentationConflictChecker.php--100.00%
app/Console/Commands
   AddSpeakerToPresentation.php--100.00%
   AddToHz.php--100.00%
   ConfirmAllEmails.php--100.00%
   CreateAdmin.php7.69%33.33%100.00%
   ModifyTimeslotDuration.php--100.00%
   SyncPermissions.php100.00%100.00%100.00%
   UpsertMasterData.php73.91%40.00%100.00%
app/Events
   FinalProgrammeReleased.php--100.00%
app/Http/Controllers
   CompanyController.php--100.00%
   Controller.php100.00%100.00%100.00%
   HomeController.php100.00%100.00%100.00%
   HubController.php--100.00%
   InvitationController.php--100.00%
   PresentationController.php--100.00%
   RegistrationController.php--100.00%
   SpeakerController.php--100.00%
app/Http/Controllers/Crew
   BoothController.php97.50%83.33%100.00%
   CompanyController.php96.67%75.00%100.00%
   CrewController.php--100.00%
   DefaultPresentationController.php100.00%100.00%100.00%
   PresentationController.php93.48%83.33%100.00%
   RoomController.php88.00%80.00%100.00%
   ScheduleController.php--100.00%
   SponsorshipController.php94.64%66.67%100.00%
   UserController.php100.00%100.00%100.00%
app/Http/Livewire
   AuthNavigationMenu.php--100.00%
   DownloadPresentation.php--100.00%
   EmailNotificationPreference.php--100.00%
   GuestNavigationMenu.php--100.00%
   NotificationsList.php--100.00%
   OverrideDifficulty.php--100.00%
   ReleaseFinalProgramme.php--100.00%
   RoomAndTimeslotSelector.php--100.00%
   ShowNotification.php--100.00%
app/Http/Livewire/Booths
   DeleteBoothForm.php--100.00%
   EditBoothModal.php--100.00%
app/Http/Livewire/Companies
   DeleteCompanyForm.php--100.00%
app/Http/Livewire/DefaultPresentations
   EditDefaultPresentationForm.php--100.00%
app/Http/Livewire/Presentations
   DeletePresentationForm.php--100.00%
   EditPresentationModal.php--100.00%
app/Http/Livewire/Rooms
   DeleteRoomForm.php--100.00%
app/Http/Livewire/Schedule
   AddTimeslotPadding.php--100.00%
   RemovePresentationFromSchedule.php--100.00%
   ReplacePresentation.php--100.00%
   ResetTimeslots.php--100.00%
app/Http/Livewire/Sponsorships
   CreateSponsorshipForm.php--100.00%
   DeleteSponsorshipForm.php--100.00%
app/Http/Livewire/Users
   DeleteUserForm.php--100.00%
app/Http/Requests
   StorePresentationRequest.php100.00%100.00%100.00%
app/Listeners
   HandleFinalProgrammeReleased.php--100.00%
app/Livewire
   AuthNavigationMenu.php100.00%100.00%100.00%
   EmailNotificationPreference.php--100.00%
   GuestNavigationMenu.php100.00%100.00%100.00%
app/Livewire/Booth
   DeleteBoothModal.php--100.00%
   EditBoothModal.php--100.00%
app/Livewire/Company
   AddMember.php--100.00%
   BoothRequest.php--100.00%
   DeleteCompany.php--100.00%
   DeleteCompanyModal.php--100.00%
   DetailsForm.php--100.00%
   EditCompanyModal.php--100.00%
   ManageLogo.php--100.00%
   MemberManager.php--100.00%
   RemoveMember.php--100.00%
   SponsorshipRequest.php--100.00%
   UpdateMemberRole.php--100.00%
app/Livewire/Forms
   BoothForm.php--100.00%
   CompanyForm.php--100.00%
   PresentationForm.php--100.00%
   RoomForm.php--100.00%
app/Livewire/Presentation
   DeletePresentationModal.php--100.00%
   EditPresentationModal.php--100.00%
   UploadPresentation.php--100.00%
app/Livewire/Registration
   CompanyBasicForm.php--100.00%
   CompanyLocationForm.php--100.00%
   CompanyRepresentativeForm.php--100.00%
   ParentComponent.php--100.00%
app/Livewire/Room
   DeleteRoomModal.php--100.00%
   EditRoomModal.php--100.00%
app/Livewire/Schedule
   Cell.php--100.00%
   GridParentComponent.php--100.00%
   Presentation.php--100.00%
   PresentationModal.php--100.00%
app/Livewire/Sponsorship
   DeleteSponsorshipModal.php--100.00%
app/Mail
   BoothApprovedMailable.php--100.00%
   BoothDisapprovedMailable.php--100.00%
   CustomTeamInvitation.php100.00%100.00%100.00%
   GenericNewUpdatesMailable.php--100.00%
   InviteCompany.php--100.00%
   InviteUser.php--100.00%
   PresentationApprovedMailable.php--100.00%
   PresentationDisapprovedMailable.php--100.00%
   SponsorshipApprovedMailable.php--100.00%
   SponsorshipDisapprovedMailable.php--100.00%
   TeamApprovedMailable.php--100.00%
   TeamDisapprovedMailable.php--100.00%
app/Models
   Booth.php80.00%50.00%100.00%
   Company.php73.77%53.33%100.00%
   Difficulty.php--100.00%
   EventInstance.php100.00%100.00%100.00%
   FrequentQuestion.php100.00%100.00%100.00%
   Invitation.php25.00%33.33%100.00%
   Presentation.php77.78%54.55%100.00%
   Room.php100.00%100.00%100.00%
   Sponsorship.php47.37%33.33%100.00%
   Timeslot.php--100.00%
   User.php91.67%84.62%100.00%
   UserPresentation.php--100.00%
app/Notifications
   NotifyBoothApproved.php--100.00%
   NotifyBoothDisapproved.php--100.00%
   NotifyPresentationApproved.php--100.00%
   NotifyPresentationDisapproved.php--100.00%
   NotifySponsorshipApproved.php--100.00%
   NotifySponsorshipDisapproved.php--100.00%
   NotifyTeamApproved.php--100.00%
   NotifyTeamDisapproved.php--100.00%
app/Observers
   BoothObserver.php--100.00%
   SpeakerObserver.php--100.00%
   TeamObserver.php--100.00%
app/Policies
   BoothPolicy.php100.00%100.00%100.00%
   CompanyPolicy.php36.84%46.67%100.00%
   PresentationPolicy.php58.82%33.33%100.00%
   RoomPolicy.php100.00%100.00%100.00%
   SponsorshipPolicy.php100.00%100.00%100.00%
   TeamPolicy.php--100.00%
   UserPolicy.php14.29%14.29%100.00%
app/Providers
   AppServiceProvider.php100.00%100.00%100.00%
   FortifyServiceProvider.php91.67%50.00%100.00%
   JetstreamServiceProvider.php100.00%100.00%100.00%
app/View/Components
   AppLayout.php100.00%100.00%100.00%
   ContentModBoothRequestDetails.php--100.00%
   ContentModCompanyRequestDetails.php--100.00%
   ContentModPresentationRequestDetails.php--100.00%
   ContentModSponsorRequestDetails.php--100.00%
   EnrollModal.php--100.00%
   GoldSponsorSpeakerBlock.php--100.00%
   GuestLayout.php--100.00%
   HubLayout.php100.00%100.00%100.00%
   HzTeamBlock.php--100.00%
   Map.php--100.00%
   PresentationDetails.php--100.00%
   ScheduleBlock.php--100.00%
   SidebarLink.php100.00%100.00%100.00%
   SidebarLinkContentMod.php100.00%100.00%100.00%
app/View/Components/Dashboards/Blocks
   Company.php--100.00%
   Crew.php--100.00%
app/View/Components/Dashboards
   Company.php--100.00%
   Crew.php--100.00%

:robot: comment via lucassabreu/comment-coverage-clover

TimKardol commented 1 month ago

I can double book a room. First dragging a 30 minute lecture into a room and then a 90 minute workshop over the same time. image If you can't replicate let me know.

I sent you some videos on teams!