Problem: Auto optimize layout with a board with more than 1000+ cards with WebSDK, will be easily stopped by ‘API Rate Limiting’.
Case:
- use miro.board.get({}) once to fetch board items information
- layout computation on each item’s new coordinates and update each board item
- for each item use item.sync with board
My Wish is to have a batch board item update WebSDK api to avoid hit the limit so easily.