Content
View differences
Updated by Aleix Suau over 5 years ago
### **TODO:**
* [x] Avoid duplicated calls
* [ ] Handle 429 error in the BoardListComponent and retry (3 times)
### **Environment**:
Your OpenProject Version: 11.0
Operating System / Browser / OpenProject language: Mac / Chrome
### **Logs**
<figure class="image"><img src="/api/v3/attachments/19691/content"></figure>
<figure class="image"><img src="/api/v3/attachments/19692/content"></figure>
<figure class="image"><img src="/api/v3/attachments/19693/content"></figure>
<figure class="image"><img src="/api/v3/attachments/19694/content"></figure>
<figure class="image"><img src="/api/v3/attachments/19695/content"></figure>
### **Steps to reproduce:**
1. Go to boards
2. Create multiple lists
<figure class="image"><img src="https://community.openproject.com/api/v3/attachments/19701/content"></figure>
And moving the list before reload:
<figure class="image"><img src="https://community.openproject.com/api/v3/attachments/19702/content"></figure>
<figure class="image"><img src="/api/v3/attachments/19696/content"></figure>
### **Actual Behavior**
429 error "Too many requests".
### **Expected Behavior**
The list should be shown: the frontend should avoid sending too much request and retry on error.
* [x] Avoid duplicated calls
* [ ] Handle 429 error in the BoardListComponent and retry (3 times)
### **Environment**:
Your OpenProject Version: 11.0
Operating System / Browser / OpenProject language: Mac / Chrome
### **Logs**
<figure class="image"><img src="/api/v3/attachments/19691/content"></figure>
<figure class="image"><img src="/api/v3/attachments/19692/content"></figure>
<figure class="image"><img src="/api/v3/attachments/19693/content"></figure>
<figure class="image"><img src="/api/v3/attachments/19694/content"></figure>
<figure class="image"><img src="/api/v3/attachments/19695/content"></figure>
### **Steps to reproduce:**
1. Go to boards
2. Create multiple lists
<figure class="image"><img src="https://community.openproject.com/api/v3/attachments/19701/content"></figure>
And moving the list before reload:
<figure class="image"><img src="/api/v3/attachments/19696/content"></figure>
### **Actual Behavior**
429 error "Too many requests".
### **Expected Behavior**
The list should be shown: the frontend should avoid sending too much request and retry on error.