Infinite Table

  1. Database tables are x cross y tables
  2. We need better interfaces to interact and make sense of the data
  3. Let us take an example of merchants and products to explore this.
  4. By default limit the data to the most relevant data.
    1. Show only live merchants of the current city of the admin user.
    2. Show only enabled products that have been recently updated(Most of the times this will be inventory).
    3. 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
  5. Then the user can loosen the filters to increase more data that he needs to look at

Referenced in:

All notes