-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redesign location card UI #6853
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@GokulramGHV is it good for testing |
@nihal467 There are a few changes to be done, I'll complete and push the changes and then I'll let you know |
@nihal467 As per the discussion with @gigincg, we can work on the other changes in the card such as colours for labels and displaying bed count by addressing them in separate issues after discussing with @aparnacoronasafe again. |
LGTM |
@GokulramGHV We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
WHAT
🤖[deprecated] Generated by Copilot at 47c1b4b
This pull request enhances the location management feature of the facility module by adding a responsive grid layout, showing more location details, and updating the
LocationModel
interface to match the backend API. The changes affect theLocationManagement.tsx
andmodels.tsx
files.Proposed Changes
Screenshot
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖[deprecated] Generated by Copilot at 47c1b4b
Location
component to show more information and use a grid layout (link, link, link)location_type
,created_date
, andmodified_date
properties to theLocationModel
interface inmodels.tsx
(link)location_type
as a badge next to the name, themiddleware_address
as a separate section, and the dates at the bottom of theLocation
component inLocationManagement.tsx
(link)Edit
andManage Beds
buttons in theLocation
component (link)grid
layout with responsive columns for thePaginatedList.Items
component and wrap it in adiv
with aw-full @container
class inLocationManagement.tsx
(link)