api
api copied to clipboard
API to manage our community data
### 🙁 Actual behavior The current payload takes too long to load, because it returns all elements ### 🙂 Expected behaviour We should have them paginated, so the response is...
### ⭐ Suggestion This is same as https://github.com/EddieHubCommunity/good-first-issue-finder/issues/383 It will create a single continuous integration workflow and perform everything in it 1. Setup environment 2. Install the packages 3. Build...
### 🙁 Actual behavior The payload is huge and takes too slow, because it returns all github profiles ### 🙂 Expected behaviour We should add pagination here, to reduce the...
### What would you like to share? This repository doesn't seem to require PRs to be approved before merging. ### Additional information
## Fixes Issue ## Changes proposed ## Check List (Check all the applicable boxes) - [ ] My code follows the code style of this project. - [ ] My...
### ⭐ Suggestion When loading the livemap, we want to display the 3 or 5 most recent contributions. We should store them somehow ### 💻 Use Cases _No response_ ###...
### ⭐ Suggestion we may want to tweak the DTO that gets emitted through websockets Details to be defined... ### 💻 Use Cases _No response_ ### ❌ Related Problems _No...
Websites aren't able to fetch data from the API due to Cors issues. We should wildcard cors to make that possible
### 🙁 Actual behavior The link to the API documentation mentioned under `Description` on this repository's `README.md` redirects to GitHub Pages' `Error 404` page. ### 🙂 Expected behaviour The link...
### What would you like to share? Currently Services call each other, it should be tested if the controller should control this instead of the service classes tiself ### Additional...