* Separate important and less important columns
Added View columns filter(mui-datatable) to select and view less important columns which will be hidden by default
* Removed hardcoded column values
- Added new key hidden for each columns in config file
- Removed getColumnBool function and using the config key for displaying columns
* Fixed review comments
- Removed hidden key for false values in config file
https://github.com/mozilla/bugzilla-dashboard/pull/125#discussion_r300275784
* Update src/components/BugzillaComponents/index.jsx
Co-Authored-By: Sylvestre Ledru <sledru@mozilla.com>
* Issue #121
Fixed sorting issue for
* Fixed review comments
- Created a function for sorting data and using it in reportees and components
- Added comments
* Optimized code
moved ascDescSortFunc function to sort.js file to avoid code duplication
* Change color/background colour - reportees view
Reportees view - change the color when the value is above some number for assigned and needinfo columns
* Fix - Updated repotrees test snapshot
* Feat - Replce Teams and Component table with mui-datatble
- integrated mui-datattable for Teams and Components view
- Added styles for displaying component in Components dashboard
- Updated test snapshots
* Added key to list item
* Review comments
- Fixed sorting issue
- Removed hadcoded container width to make the table occupy full screen width
- Added css to break "Unassigned tracked beta bugs" to into 2 lines
* Fixed UI issues
- Set height for grpahs
- Deleted CSS file and added Style in component file
* Update src/components/Reportees/index.jsx
Co-Authored-By: Sylvestre Ledru <sledru@mozilla.com>
* Fixed review comments
- Changed key for maximum assigned bugs and need info status to maxCount in config file
- Components - using field name instead of label
- removed ternary operator for getColour function
* Feat - Replce Teams and Component table with mui-datatble
- integrated mui-datattable for Teams and Components view
- Added styles for displaying component in Components dashboard
- Updated test snapshots
* Added key to list item
* Review comments
- Fixed sorting issue
- Removed hadcoded container width to make the table occupy full screen width
- Added css to break "Unassigned tracked beta bugs" to into 2 lines
* Fixed UI issues
- Set height for grpahs
- Deleted CSS file and added Style in component file
Taskcluster Secrets accepts Yaml rather than Json data.
The Python script now can generate a Yaml file based on the Phonebook dump.
The instructions for generation the file have been update and support for `poetry` has been added.
- Replaced Table in Reportees table with mui-datatable package
- Removed Sorting function in Reportees component and using default mui-datatble sorting feature