- After adding new category user should see a message with link to series creation page. When he/she open this link category must be filled - After adding new country user should see a message with link to series creation page. When he/she open this link country must be filled - When user open `/series/add/category/{id}` category must be filled - When user open `/series/add/country/{id}` country must be filled - When user open `/series/add/category/{id}` with unknown category, then category field must not be filled - When user open `/series/add/country/{id}` with unknown country, then country field must not be filled Technical debt for: 4877c261