Dev - #73
Merged
Merged
Conversation
…tatus - Updated useEffect hooks to prevent loading help requests and summary statistics when the user is not logged in (showIdentifierPrompt is true). - Enhanced styling of the identifier modal and its components for better visibility and user experience. - Adjusted dependencies in useEffect hooks to include showIdentifierPrompt for accurate reloading based on login status.
…ief platform - Updated the main layout to include Navbar, Footer, and Toaster components. - Revised the metadata title and description for better clarity. - Created a new public home page with various sections including Hero, Status, Request Help, Provide Help, and Organization sections. - Added essential components such as Logo, Typography, and various cards for displaying requests and statuses. - Implemented user authentication state management with Zustand. - Introduced a responsive Navbar with language selection and user menu. - Added a Login dialog for user authentication. - Included a footer with quick links and contact information.
Refactor LandingPage to conditionally load data based on user login status
feat(client): enhance layout and add core components for disaster relief platform
…gin-view Revert Glass Login UI : "Refactor LandingPage to conditionally load data based on user login status"
…alidation and user guidance - Updated EmergencyRequestForm to require valid GPS coordinates, ensuring users select their location on the map. - Enhanced error messages for location selection to provide clearer instructions. - Modified MapLocationPicker to improve geolocation accuracy checks and user feedback on location retrieval issues. - Increased timeout for geolocation requests to enhance accuracy and added validation for location accuracy.
- Added a User Guide button to the LandingPage, triggering a dialog with options for simple, detailed, and volunteer guides. - Included structured content in the guide dialog to assist users in navigating the platform effectively. - Introduced a Video Guide section on the LoginPage, featuring an embedded YouTube video to help users understand the system's functionalities.
…elds - Updated HelpRequestDao to include province and district in create and update operations. - Modified HelpRequestModel to define province and district fields with appropriate data types. - Enhanced EmergencyRequestForm to require province and district selection, including validation and dynamic district options based on selected province. - Updated DTOs and interfaces to incorporate province and district for better data handling across the application.
…strict - Changed province and district fields from string to numeric values (0) for better validation. - Updated form initialization and validation logic to reflect the new data types. - Adjusted error messages and select options to accommodate the numeric representation.
Add Province and District Fields to Help Requests with Numeric Enums
bug fixes and province,,district management , user guilde | main -> dev
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.
Description
Please include a summary of the changes and which issue is fixed. Include relevant motivation and context.
Fixes # (issue)
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Test Configuration:
Checklist
Screenshots (if applicable)
Add screenshots to help explain your changes.
Additional Notes
Add any other context about the pull request here.