diia-open-source / be-user-service

European Union Public License 1.2
136 stars 6 forks source link

Backend: business logic hardcode #85

Open tshemsedinov opened 3 months ago

tshemsedinov commented 3 months ago

Person name hardcoded to UA and certain structure (last, first, middle - not all countries and cultures have the same full name structure), (also in other places project have hardcoded EN language), it should be much flexible to integrate with other countries and international systems.

https://github.com/diia-open-source/be-user-service/blob/b45a0e2db354df110a99254516a414aaac43be61/src/services/diiaId.ts#L202-L209