vianmangal opened a new pull request, #320: URL: https://github.com/apache/fineract-backoffice-ui/pull/320
## What and why Adds Unique and Indexed controls to datatable column definitions so users can configure the constraints supported by the Fineract API. Existing datatables also map the server's constraint flags back into the edit form. Closes #281 ## Verification - `npm test -- --watch=false` (896 tests passed) - `npm run lint` - `npm run lint:prune` - `npm run format:check` - `npm run i18n:check` - `npm run check:icons` - `./scripts/check-license.sh` - `npm run build` - UI behavior covered with component tests; no live Fineract backend was used. ## Screenshots Not included; the change adds two checkboxes to the existing datatable column row. ## Checklist - [x] I did not hand-edit generated files under `src/app/api/`. - [x] New component or service code uses the adapter boundary in `src/app/core/adapters/` instead of direct browser globals or imperative third-party APIs. - [x] User-facing strings use translation keys. - [x] I added or updated tests appropriate to this change, or explained why tests were not needed. - [ ] UI workflow changes include suitable e2e coverage, including real-backend testing where relevant. Component tests cover create payload and edit response mapping; no e2e test or live backend was used. - [x] Commits are signed — see [Commit Signing](CONTRIBUTING.md#commit-signing) in CONTRIBUTING.md. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
