When the main logic for the application is put in place we need some test data to get a visual response that everything works as intended. I suggest we implement a DataInitializer class to seed the database with:
- Applicant User --> Applies for visa
- Admin user --> To handle all the visa cases
- SysAdmin User --> To overview applications and their assigned admin users
When the main logic for the application is put in place we need some test data to get a visual response that everything works as intended. I suggest we implement a DataInitializer class to seed the database with: