Infinite Table
- Database tables are x cross y tables
- We need better interfaces to interact and make sense of the data
- Let us take an example of merchants and products to explore this.
- By default limit the data to the most relevant data.
- Show only live merchants of the current city of the admin user.
- Show only enabled products that have been recently updated(Most of the times this will be inventory).
- Fine tune this data so that most of the times this data is very small, easy to render and should be visible within a screen
- Then the user can loosen the filters to increase more data that he needs to look at
Referenced in:
All notes