LaszloKecskes

Results 28 issues of LaszloKecskes

According to the git history, we have turned off the version key feature of mongoose on the file model. This feature appends the __v property to the files. New files...

Bug :lady_beetle:
Backend 💾

The initial issue: #4403 and resolving pr: #4768. The problem was that the search endpoint with the geolocation flag contained old pre-permissions or even pre-denormalization code, and performed it's own...

Priority: Low
Tech Debt :hammer_and_wrench:
Frontend :sunglasses:
Backend 💾

A batched get operation on the model with mongo cursor-like behavior (hasNext, next, etc.).

Backend 💾
Pet Project 🐕

If an ajv validator is failing, the error message will be a nondescript "validation failed", with no information about exactly which validation(s) fail. We do not use the ajv validators...

Priority: Medium
Tech Debt :hammer_and_wrench:
Frontend :sunglasses:
Backend 💾

fixes # PR checklist: - [ ] Update READ.me ? - [ ] Update API documentation ? QA checklist: - [ ] Smoke test the functionality described in the issue...

fixes [https://github.com/huridocs/Internal-Issues/issues/66](url) PR checklist: - [ ] Update READ.me ? - [ ] Update API documentation ? QA checklist: - [ ] Smoke test the functionality described in the issue...

The above test is frequently flaky, needing multiple re-runs to pass.

Tech Debt :hammer_and_wrench:
Backend 💾

The issue: After changing the translations for a thesaurus, the denormalized labels on the metadata do not get updated. Steps to reproduce: 1, create a thesaurus with any values 2,...

Bug :lady_beetle:
Priority: High
Backend 💾

It has been reported that if a "label with the language code is misspelled", the following error happens: "Cannot read properties of undefined (reading 'type')". The import does not happen....

Priority: Medium
Backend 💾

During #5702 it was discovered that all information for media metadata is sent to the api and then stored as a simple string. The possible options discussed are: - Keep...

Priority: High
Tech Debt :hammer_and_wrench:
Frontend :sunglasses:
Backend 💾