Title: Fix: Multiple bug fixes and end meeting early feature (#108, #148, #188, #201, #209)#210
Open
perashanid wants to merge 4 commits into
Open
Title: Fix: Multiple bug fixes and end meeting early feature (#108, #148, #188, #201, #209)#210perashanid wants to merge 4 commits into
perashanid wants to merge 4 commits into
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pr tackles multiple issues
because one need to be fix to test and add new features ,so all was done in one brance and pushed toagather
Build fix - Import paths
Problem: Incorrect import paths broke TypeScript compilation.
Solution: Fixed relative import paths in shared DTO files.
Fixes
#108 ,#188- Events showing on wrong date
Problem: Double timezone conversion caused events to appear on incorrect dates.it was prsumed that the data is not persisting which is not the case . the same thing might be true for #188.
Solution: Fixed date conversion to preserve local dates without double UTC conversion.
#148 - Mock calendar organizer issue
Problem: Created events assigned random organizers, making them non-editable.
Solution: Modified mock database to preserve logged-in user as organizer.
#201 - End meeting early feature
Problem: Rooms remain unavailable when meetings end early.
Solution: Added "End Meeting Early" option to update event end time to now and release room.
also fixes #209 which i opend
any feedback / criticism is much welcomed