Niray Mak
Niray Mak
**Is your feature request related to a problem? Please describe.** We are currently working on a flow where DeX users can link theirselves to a collaborator. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** The JobScheduler now receives data from the API in the GraduationWorker. The data contains data about expiring users. Thereafter the...
**Is your feature request related to a problem? Please describe.** Our build time of Docker compose is quite long. Jurjen told me that our build time can be decreased by...
**Is your feature request related to a problem? Please describe.** An idea is to make direct communication possible. This way it could be easier to start participating on projects. **Describe...
**Is your feature request related to a problem? Please describe.** Currently we are working on an implementation where recommendation can be found. This works on basis of collaborative filtering. The...
**Is your feature request related to a problem? Please describe.** Here is a list of things we could do to improve the autocompletion: - With the current autocomplete implementation you...
**Is your feature request related to a problem? Please describe.** Research a way to refactor the filter through projects endpoint. https://github.com/DigitalExcellence/dex-backend/blob/develop/API/Controllers/ProjectController.cs#L160 Currently we have two very similar endpoints: https://github.com/DigitalExcellence/dex-backend/blob/develop/API/Controllers/ProjectController.cs#L160 https://github.com/DigitalExcellence/dex-backend/blob/develop/API/Controllers/SearchController.cs#L66...
**Describe the bug** When starting our backend using Docker the JobScheduler can not execute HttpClient request to the API. Presumably this has something to do with the generated certificate of...
**Is your feature request related to a problem? Please describe.** Split queries maybe could help to improve the performance. https://docs.microsoft.com/en-us/ef/core/querying/single-split-queries **Describe the solution you'd like** Investigate the difference between performance...
**Is your feature request related to a problem? Please describe.** Currently our system has backups of the database but we don't know for sure if this works. We luckily never...