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
Scenario
As a Headteacher I want to access a list of my classes' students' disciplinary notes So that I can access them
As a Parent I want to access a list of my student's disciplinary notes So that I can access them
Description
When a teacher marks a disciplinary note on a student, in a lesson, the lesson_registry table gets a record of type DISCIPLINARY_NOTE.
lesson_registry
DISCIPLINARY_NOTE
Parents and Headteachers can only see those, but no action can be taken on it.
Database and schema information
No database schema changes are required.
Additional requirements
No additional requirements.
The text was updated successfully, but these errors were encountered:
josepostiga
No branches or pull requests
Scenario
As a Headteacher
I want to access a list of my classes' students' disciplinary notes
So that I can access them
As a Parent
I want to access a list of my student's disciplinary notes
So that I can access them
Description
When a teacher marks a disciplinary note on a student, in a lesson, the
lesson_registry
table gets a record of typeDISCIPLINARY_NOTE
.Parents and Headteachers can only see those, but no action can be taken on it.
Database and schema information
No database schema changes are required.
Additional requirements
No additional requirements.
The text was updated successfully, but these errors were encountered: