Make exemptions for project type apply to partner as well #128
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "type-exemption-for-partner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Read #119 for context first
When authors select supervisor ideas during an open application period they are only allowed to select ideas corresponding to their degree type classification. This limitation can be lifted by giving the author an exemption for "Project type limitation" on the corresponding application period. However, this limitation is still enforced for any potential partner even if the have been given the same exemption. This change makes it so the exemption applies to any selected partner as well and not just the author selecting the supervisor idea.
How to test
oskar@example.com
Deployed to https://scipro-type-exemption-for-partner.branch.dsv.su.se
Please provide test data and how to test.
@ -0,0 +17,4 @@
import se.su.dsv.scipro.testdata.TestDataPopulator;
@Service
public class PartnerTypeException implements TestDataPopulator {
Although one can infer by the package and that it does not extend Exception that this is part of the test data,
The name PartnerTypeException is a bit unfortunate and at a quick glance it could be mistaken, would it be possible to change the name to PartnerTypeExemption or similar?
What do you think?
It should indeed be renamed.
👍