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

[draft] Redesign the table and pie view #65

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

odelcroi
Copy link
Collaborator

@odelcroi odelcroi commented Aug 25, 2023

Issues with current design :

  • the result of the data manipulation is on the top (the pie) while the data manipulated is on the bottom (datagrid) which can be counter intuitive

on computer screens

  • display all the info on the screen to help users with the data manipulation
  • respect left to right and top to bottom reading direction (data manipulated -> result)
  • shrink labels

Capture d’écran 2023-08-25 à 17 11 46

on phone screen

  • do not display the datagrid to ease data manipulation
  • reverse the custom values and the pie to highlight the chart
    Capture d’écran 2023-08-25 à 17 20 48

@odelcroi odelcroi linked an issue Aug 25, 2023 that may be closed by this pull request
@odelcroi odelcroi changed the title [draft] Start work to redesign the table and pie view [draft] Redesign the table and pie view Aug 25, 2023
@odelcroi odelcroi marked this pull request as draft August 25, 2023 15:27
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.

Highlight on the pie chart
1 participant