Skip to content
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

Staff dash index: refactor mobile view #1326

Open
kasugaijin opened this issue Jan 19, 2025 · 1 comment
Open

Staff dash index: refactor mobile view #1326

kasugaijin opened this issue Jan 19, 2025 · 1 comment
Assignees

Comments

@kasugaijin
Copy link
Collaborator

kasugaijin commented Jan 19, 2025

Log in as staff and go to the dashboard where we show a quick summary of things in cards. Then go to mobile view and click a link in the tasks stats table. You will note that the table where we render rows of pets with overdue or incomplete tasks is way down at the bottom of the page and the user has no idea that clicking the tasks card should update that table at the bottom of the page.

To do
Delete the Rescues card as it’s doing nothing

Move the Tasks card to the bottom so the table render directly beneath the task card

Remove the sex column in the table because it’s not needed and the table looks funky on mobile with it (be mindful if this is a partial used elsewhere as then we can’t simply just delete the column so may want to just bring the html into the view file instead of using a partial)

Image

@kasugaijin kasugaijin added the Ready Make a comment to get assigned. label Jan 19, 2025
@jasonwang7517
Copy link
Contributor

I can take this!

@kasugaijin kasugaijin removed the Ready Make a comment to get assigned. label Jan 20, 2025
kasugaijin pushed a commit that referenced this issue Jan 21, 2025
* initial commit

* editing partial directly
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

No branches or pull requests

2 participants