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
abd7b8c1
Unverified
Commit
abd7b8c1
authored
2 years ago
by
sukhpreetsamagra
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Create Candidate.md
parent
79bac25a
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/Candidate.md
+22
-0
Schemas/Candidate.md
with
22 additions
and
0 deletions
+22
-0
Schemas/Candidate.md
0 → 100644
+
22
−
0
View file @
abd7b8c1
| # | Field | Description | Search Enabled | Filter Enabled | Mandatory | Type | Source Type |
| -- | ----------------- | ----------------------------------------------------------- | -------------- | -------------- | --------- | ------ | -------------- |
| 1 | Id | Unique ID | FALSE | FALSE | Yes | string | auto generated |
| 2 | ref
\_
id | Candidate ID as per state records | TRUE | FALSE | No | string | foreign key |
| 3 | name | Name of the candidate | TRUE | FALSE | Yes | string | from state db |
| 4 | fname | Name of the candidate's father | FALSE | FALSE | No | string | from state db |
| 5 | mname | Name of the candidate's mother | FALSE | FALSE | No | string | from state db |
| 6 | gname | Name of the candidate's guardian | FALSE | FALSE | | | |
| 7 | age | age of candidate | FALSE | FALSE | Yes | string | from state db |
| 8 | gender | gender of candidate | FALSE | FALSE | Yes | string | from state db |
| 9 | mobile | Contact number for the candidate | FALSE | FALSE | No | string | from state db |
| 10 | email | Email ID of the candidate | FALSE | FALSE | No | string | from state db |
| 11 | location
\_
type | Urban / rural | FALSE | TRUE | Yes | string | Masters |
| 12 | district
\_
id | District of residence | FALSE | TRUE | Yes | string | Masters |
| 13 | block
\_
id | Block of residence | FALSE | TRUE | Yes | string | Masters |
| 14 | village
\_
id | Village of residence | FALSE | FALSE | Yes | string | Masters |
| 15 | occupation
\_
id | Whether candidate is a student or working as a professional | FALSE | TRUE | Yes | string | foreign key |
| 16 | function
\_
id | The specific job role candiate is part of | FALSE | TRUE | Yes | string | foreign key |
| 17 | institute
\_
id | Institute the candidate is associated with | FALSE | TRUE | No | string | from state db |
| 18 | course/ class
\_
id | Course candidate is associated with | FALSE | TRUE | No | string | from state db |
| 19 | workplace
\_
id | workplace the candidate is associated with | FALSE | TRUE | No | string | from state db |
| 20 | status | Status of candidate - active / inactive | 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