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
79bac25a
Unverified
Commit
79bac25a
authored
2 years ago
by
sukhpreetsamagra
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Create Institute.md
parent
8d226e6f
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/Institute.md
+28
-0
Schemas/Institute.md
with
28 additions
and
0 deletions
+28
-0
Schemas/Institute.md
0 → 100644
+
28
−
0
View file @
79bac25a
| # | Field | Description | Search Enabled | Filter Enabled | Mandatory | Type | Source Type |
| -- | ------------------- | -------------------------------------------------------------------- | -------------- | -------------- | --------- | ------- | -------------- |
| 1 | Id | Unique ID | FALSE | FALSE | Yes | string | auto generated |
| 2 | ref
\_
id | Institute ID as per state records | TRUE | FALSE | Yes | string | foreign key |
| 3 | inst
\_
name | Name of the institue | TRUE | FALSE | Yes | string | from state db |
| 4 | education
\_
level | The education level of the institute | FALSE | TRUE | Yes | string | from state db |
| 5 | students
\_
enrolled | Number of students enrolled | FALSE | FALSE | Yes | string | from state db |
| 6 | teaching
\_
staff | Number of teaching staff | FALSE | FALSE | Yes | string | from state db |
| 7 | nteaching
\_
staff | Number of non-teaching staff | FALSE | FALSE | Yes | string | from state db |
| 8 | email | Email address of the institute | FALSE | FALSE | | | |
| 9 | affiliation | Whether institute is affiliated | FALSE | TRUE | Yes | boolean | from state db |
| 10 | affiliation
\_
id | ID if affiliated | FALSE | FALSE | No | string | foreign key |
| 11 | course
\_
ids | IDs of courses offered | FALSE | TRUE | Yes | array | foreign key |
| 12 | regulator | Name of entity managing the institute | FALSE | TRUE | Yes | string | from state db |
| 13 | inst
\_
medium | Medium of instruction | FALSE | TRUE | Yes | string | from state db |
| 14 | start
\_
year | Year in which institute was setup | FALSE | FALSE | Yes | string | from state db |
| 15 | instituteHead
\_
name | Name of head instructor of institute | FALSE | FALSE | Yes | string | foreign key |
| 16 | session
\_
id | Academic calendar followed by the institute (summer/ winter closing) | FALSE | FALSE | No | string | foreign key |
| 17 | location
\_
type | Urban / rural | FALSE | TRUE | Yes | string | Masters |
| 18 | district
\_
id | District of the institute | FALSE | TRUE | Yes | string | Masters |
| 19 | block
\_
id | Block of the institute | FALSE | TRUE | Yes | string | Masters |
| 20 | village
\_
id | Village of the institute | FALSE | FALSE | Yes | string | Masters |
| 21 | constituency
\_
id | Lok sabha constituency the institute is in | FALSE | FALSE | No | string | Masters |
| 22 | pincode | Pincode of the institute | FALSE | FALSE | Yes | string | from state db |
| 23 | gps | GPS location of the institute | FALSE | FALSE | Yes | latlong | from state db |
| 24 | residence
\_
type | Whether institute offers residential facility | FALSE | FALSE | No | boolean | from state db |
| 25 | url | URL of the institute's website, if any | FALSE | FALSE | No | string | from state db |
| 26 | status | Whether institute is active / closed | 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