gjwgit / rattleng

The New Generation R Analytics Desktop App
GNU General Public License v3.0
21 stars 9 forks source link

DATASET: Align Variables to the Left and Convert ROLES Page Data into a Flutter Table Widget #535

Closed junhaow1 closed 1 month ago

junhaow1 commented 1 month ago

Description

Reformat the ROLES page by aligning all variable data to the left and organizing both the data and title headers into a Flutter Table widget. Currently, the variables and data on the page are displayed without clear structure, making it difficult to distinguish between headers and content. By using a Flutter Table, we aim to create a more structured and readable layout.

Why

Left-aligning the variables and incorporating a table widget enhances readability and consistency in the user interface. Tables provide a clear structure, making it easier for users to comprehend the relationship between data and headers. This improvement is necessary to present information in a more organized and professional way, ensuring a smoother user experience.

Closing Criteria

junhaow1 commented 1 month ago

working branch : https://github.com/gjwgit/rattleng/tree/kev/535_table_widget

junhaow1 commented 1 month ago

https://github.com/gjwgit/rattleng/pull/540 PR created

junhaow1 commented 1 month ago

Image