Skip to content

Dev - #73

Merged
pasindusampath merged 12 commits into
productionfrom
dev
Dec 2, 2025
Merged

Dev#73
pasindusampath merged 12 commits into
productionfrom
dev

Conversation

@pasindusampath

Copy link
Copy Markdown
Member

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.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • CI/CD changes

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • Test A
  • Test B

Test Configuration:

  • Node version:
  • OS:
  • Docker version (if applicable):

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Add screenshots to help explain your changes.

Additional Notes

Add any other context about the pull request here.

pasindusampath and others added 12 commits December 1, 2025 22:16
…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
@pasindusampath
pasindusampath merged commit 7444e47 into production Dec 2, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants