Viva-con-Agua / drops

Implements an user management service for a microservice application, supporting Viva con Agua in organizing volunteering activities.
GNU General Public License v3.0
1 stars 1 forks source link

Test Data #16

Closed johannsell closed 7 years ago

johannsell commented 7 years ago

Implement a generator for dummy users and crews. It's possible to use ramdomuser.me.

johannsell commented 7 years ago

Test users can be generated, but only using an admin account. For generating the following route has to be called: /users/init/:count/:countSpecialRoles, where :count has to be replaced by the count of new users that should be generated and :countSpecialRoles by the number of users with special roles (next to "Supporter").

Currently, the generation does not uses bulk inserts, so an insert operation will be executed for each test user. So, the system needs a lot of time.