Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-docs
Commits
ccab765c
Unverified
Commit
ccab765c
authored
2 years ago
by
sukhpreetsamagra
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Create Assessor.md
parent
16056082
main
github/fork/reets2997/patch-1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Schemas/Assessor.md
+17
-0
Schemas/Assessor.md
with
17 additions
and
0 deletions
+17
-0
Schemas/Assessor.md
0 → 100644
+
17
−
0
View file @
ccab765c
| # | Field | Description | Search Enabled | Filter Enabled | Mandatory | Type | Source Type |
| -- | -------------- | -------------------------------------- | -------------- | -------------- | --------- | ------ | -------------- |
| 1 | Id | Unique ID | FALSE | FALSE | Yes | string | auto generated |
| 2 | ref
\_
id | Assessor id as per state records | TRUE | FALSE | Yes | string | foreign key |
| 3 | name | Name of the assessor | FALSE | FALSE | Yes | string | from state db |
| 4 | fname | Name of the assessor's father | FALSE | FALSE | No | string | from state db |
| 5 | mname | Name of the assessor's mother | FALSE | FALSE | No | string | from state db |
| 6 | age | age of assessor | FALSE | FALSE | Yes | string | from state db |
| 7 | gender | gender of assessor | FALSE | FALSE | Yes | string | from state db |
| 8 | assessor
\_
type | Institute assessor vs student examiner | FALSE | TRUE | Yes | string | from state db |
| 10 | assessor
\_
tag | e.g., medical or non-medical assessor | FALSE | TRUE | Yes | string | from state db |
| 11 | mobile | Contact number for the assessor | FALSE | FALSE | No | string | from state db |
| 12 | email | Email ID of the assessor | FALSE | FALSE | No | string | from state db |
| 13 | district
\_
id | District of residence | FALSE | TRUE | Yes | string | Masters |
| 14 | block
\_
id | Block of residence | FALSE | TRUE | Yes | string | Masters |
| 15 | village
\_
id | Village of residence | FALSE | FALSE | Yes | string | Masters |
| 16 | workingstatus | Working status of the assessor | FALSE | TRUE | Yes | string | from state db |
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets