m-drzewko / WFRP2_NPC_generator_API

API for NPC generator for Warhammer Fantasy RolePlay 2ed
0 stars 0 forks source link

Refactor submission DTO #18

Closed m-drzewko closed 1 year ago

m-drzewko commented 1 year ago

Refactor submission DTO (i.e. RaceWriteDto) by changing field name "statsDto" to "stats" to make it compatible with Angular front-end app and more similar to Race model class.

Refactor also any methods and the Mapper so that this change is reflected in all relevant places.