-
Notifications
You must be signed in to change notification settings - Fork 15
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
Make public pages mobile friendly (responsive) #2189
Comments
@rija thanks for these analytics okay I see 10% of users access the site via smartphone I am going to conjecture that the data is biased in favor of the editors who primarily use the admin panel which does not need to be responsive, also I could imagine if a user visits the site from a mobile device and the site looks broken maybe they will leave immediately and access the site via desktop, if that is true then the "importance of the user intent" on visiting the site on mobile would be larger than the raw numbers suggest, so I would say this task is worth doing |
@rija before trying to update any of the public pages (first only homepage and dataset page), to avoid wasting time, since I know that some pages will be served from a wordpress editor eventually, I would like to know
the home page and dataset page a relatively complex and making them fully responsive will take a few of hours |
Hi @luistoptal,
The admin area is and will indeed exclusively be used by the curators, and none of them use (and they don't want to anyways, at least for now) their smartphones to access it.
We do notice that users coming from smartphones leaves immediately, I assume their experience is suboptimal. After discussing with @only1chunts, we also realise a common use case of mobile use: conferences. So yes, making the public area of gigadb.org responsive is important. Regarding Wordpress involvement: Also, with @only1chunts, I've curated ticket #152 which is adjacent to the work to do here. It's a different user story but the underlying implementation has potential commonalities, so you may want to be aware of it. When we get to File Upload Wizard and Submission Wizard work stream, we will need to discuss wat's the responsive story is going to be, but this ticket is not appropriate for such discussion. Hope that helps. |
Hi @rija @pli888 As I move forward I think the easiest way to handle this is to make all the public site mobile friendly first, and then create a PR with all the changes and have it reviewed, do you support this? Because mainly the review involves looking at the pages and giving the OK and it's gonna be way less annoying to review all pages in one go |
from someone that is likely to be doing the reviewing, I think thats a good idea :-D |
Hi @luistoptal
Just to check if I understood what you are proposing: you will be making the changes to make the public site mobile friendly on a branch and deploy it on your AWS environment. After rounds of reviewing form the curators , you will make the PR allowing tech team to do the technical review. |
Hi @rija deploying so that curators can review the changes sounds like a good plan, I will do that |
User story
As a website user
I want the public pages of the website to be responsive across devices
So that I enjoy a smooth, consistent experience regardless of screen size
Acceptance criteria
Given: The current home page layout
When: Viewed on mobile, tablet, and desktop devices
Then: The layout adjusts gracefully without horizontal scrolling or layout breakage
Given: The common header and footer components
When: Displayed on varying screen sizes
Then: They resize and reorganize as needed to remain legible and fully functional
Given: The dataset page content
When: Viewed on different devices
Then: It provides a responsive layout, matching the improvements on the home page and common elements
Additional Info
Product Backlog Item Ready Checklist
Product Backlog Item Done Checklist
The text was updated successfully, but these errors were encountered: