-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Student Tab #58
Labels
enhancement
New feature or request
Comments
Editing after changing UDISE throws error. |
Pending things,
|
@aakashyadav-kgp | cc : @Shruti3004
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Students tabs is useful to manage students of e-samwad. Main goals are to see, download, edit. Student creation is not handled on admin console but on e-samwad app directly.
Acceptance Criteria:
StudentID - Non Editable
Name - Text field with spaces but no other special character
School Name - Non-Editable. It gets updated based on UDISE.
School UDISE - Numeric. Once the user move the cursor out of the field we do a check if the enter UDISE is valid or not. If it's not valid we throw an error of incorrect UDISE and don't let the user save the edits. If the UDISE is valid we will update the school Name based on it.
Father's & Mother's Name - Text field with spaces but no other special character
Gender - Drop down with 2 options
Grade Number - Numbers from 1 to 12
Stream Tag - Drop down of following Non-Medical, Medical, Commerce, Arts, tenth, ninth, eighth, seventh, sixth, fifth, fourth, third, second, first.
Category - Drop down of following GE, SC, OT, ST, OB.
Is_cwsn: Toggle for True vs False
Is_enabled: Toggle for True vs False
The text was updated successfully, but these errors were encountered: