wps icon indicating copy to clipboard operation
wps copied to clipboard

ASA: Responsive Layouts

Open rajpersram opened this issue 1 year ago • 5 comments

User Story As a user of ASA, I want to see what the layout for a smartphone and tablet could look like, so that I can understand what features should be the most prominent for the screen sizes.

Background: With utilizing the "mobile first" paradigm for BC Government apps, we need to start using MUI components that will scale well to accommodate varying device widths (Desktop, laptop, tablet [portrait and landscape], smartphone [portrait and landscape]). This will give us the opportunity to do UX research with partners to determine their needs. This is towards the Cadillac.

rajpersram avatar Aug 28 '24 20:08 rajpersram

Raj current creating Figma components that will scale their containers and contents to various sizes in order to allow them to be responsive for different device screen widths. Breakpoints need to be identifed by the devs. Suggestions:

@media (max-width: 480px) { /* Styles for small devices */ } @media (min-width: 481px) and (max-width: 767px) { /* Styles for medium mobile devices */ } @media (min-width: 768px) and (max-width: 991px) { /* Styles for tablets */ } @media (min-width: 992px) and (max-width: 1199px) { /* Styles for tablets in landscape */ } @media (min-width: 1200px) and (max-width: 1599px) { /* Styles for small desktops */ } @media (min-width: 1600px) { /* Styles for large desktops */ }

rajpersram avatar Sep 11 '24 19:09 rajpersram

Needs more consideration around whether we go with a mobile app or a responsive website.

rajpersram avatar Sep 11 '24 20:09 rajpersram

Standard @mui breakpoints: https://mui.com/material-ui/customization/breakpoints/

dgboss avatar Sep 11 '24 20:09 dgboss

Mockups for desktop, tablet and mobile available in Figma, ASA 14D, 14T and 14M. Ready for discussion.

rajpersram avatar Sep 23 '24 15:09 rajpersram

Raj to include the frames for the devices and explore using a bottom tab navigation for switching views.

rajpersram avatar Sep 25 '24 20:09 rajpersram

Putting into Review to go over designs with the team.

rajpersram avatar Oct 29 '24 15:10 rajpersram

Raj to validate that controls and buttons for mobile meet standards criteria for usability (fat finger.) Create meeting with team for week of Nov 25 to confirm layouts are good to go towards mobile.

Reference: ASA 15Ma - Map

rajpersram avatar Nov 20 '24 21:11 rajpersram

Raj to separate "ASA Go - Map Overview - Large Nav Up - Draft 1" so there's one component per screen to aid in legibility.

rajpersram avatar Nov 20 '24 22:11 rajpersram