We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We already added two new checks on Pfmp Validation recently (DA + Rib)
Lets go further and add those as well:
def self.asp_ready with_ine .with_biological_sex .with_valid_birthplace .with_valid_address end
We keep the checks in the validator as an extra security measure but blocking at validation level would streamline the process for everyone
-> Introduce a new method on Student called #asp_ready? that checks for the presence of all the necessary attributes.
#asp_ready?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We already added two new checks on Pfmp Validation recently (DA + Rib)
Lets go further and add those as well:
We keep the checks in the validator as an extra security measure but blocking at validation level would streamline the process for everyone
-> Introduce a new method on Student called
#asp_ready?
that checks for the presence of all the necessary attributes.The text was updated successfully, but these errors were encountered: