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
8d226e6f
Unverified
Commit
8d226e6f
authored
2 years ago
by
sukhpreetsamagra
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Create Faculty.md
parent
971102a8
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/Faculty.md
+24
-0
Schemas/Faculty.md
with
24 additions
and
0 deletions
+24
-0
Schemas/Faculty.md
0 → 100644
+
24
−
0
View file @
8d226e6f
| # | Field | Description | Search Enabled | Filter Enabled | Mandatory | Type | Source Type |
| -- | ----------------- | ----------------------------------------- | -------------- | -------------- | --------- | ------ | -------------- |
| 1 | Id | Unique ID | FALSE | FALSE | Yes | string | auto generated |
| 2 | ref
\_
id | Faculty id as per state records | TRUE | FALSE | No | string | foreign key |
| 3 | name | Name of the faculty | TRUE | FALSE | Yes | string | from state db |
| 4 | fname | Name of the faculty's father | FALSE | FALSE | No | string | from state db |
| 5 | mname | Name of the faculty's mother | FALSE | FALSE | No | string | from state db |
| 6 | age | age of faculty | FALSE | FALSE | Yes | string | from state db |
| 7 | gender | gender of faculty | FALSE | TRUE | Yes | string | from state db |
| 8 | mstatus | marital status of faculty | FALSE | FALSE | Yes | char | from state db |
| 9 | profQualification | Professional qualification of the faculty | FALSE | TRUE | Yes | string | from state db |
| 10 | mobile | Contact number for the faculty | FALSE | FALSE | No | string | from state db |
| 11 | email | Email ID of the faculty | FALSE | FALSE | No | string | from state db |
| 12 | location
\_
type | Urban / rural | FALSE | FALSE | Yes | string | Masters |
| 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 | TRUE | Yes | string | Masters |
| 16 | jdate | Joining date of faculty | FALSE | FALSE | Yes | string | from state db |
| 17 | institute
\_
id | Institute the faculty is associated with | TRUE | TRUE | Yes | string | from state db |
| 18 | course
\_
id | Course faculty is associated with | FALSE | TRUE | Yes | array | from state db |
| 19 | workingstatus | Working status of the faculty | FALSE | TRUE | Yes | string | from state db |
| 20 | subject
\_
id | Subject the faculty is associated with | FALSE | TRUE | Yes | array | from state db |
| 21 | rdate | Retirement date | FALSE | FALSE | Yes | string | from state db |
| 22 | join
\_
date | Date when faculty started working | FALSE | FALSE | 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