Chia-Network / Climate-Tokenization-Engine-UI

Create tokenized carbon units on the blockchain
Apache License 2.0
1 stars 3 forks source link

Fix: Remove sort dropdown #115

Open ccornick opened 1 year ago

ccornick commented 1 year ago

Default sort should be enabled and should sort all records by 'Registry Project Id' and 'Serial # block' in ascending order. This way, all units within the same project appear together, and are sorted by their unit block

danielstefanequilobe commented 1 year ago

we expect this to need some work with the climate warehouse api

brodoin commented 1 year ago

I would approach this by replacing the current table component with a material ui data grid (MIT licensed, and other components from this library are already in use). This would enable the desired feature without modifying the data warehouse, would enable future changes, and would provide users with richer features with very little additional effort.

It would likely result in small look and feel changes to the table that's there now. I would estimate 4 hours of work depending on styling requirements.