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
16056082
Unverified
Commit
16056082
authored
2 years ago
by
sukhpreetsamagra
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Create Workplace.md
parent
abd7b8c1
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/Workplace.md
+24
-0
Schemas/Workplace.md
with
24 additions
and
0 deletions
+24
-0
Schemas/Workplace.md
0 → 100644
+
24
−
0
View file @
16056082
| # | Field | Description | Search Enabled | Filter Enabled | Mandatory | Type | Source Type |
| -- | ---------------- | ------------------------------------------------ | -------------- | -------------- | --------- | ------- | -------------- |
| 1 | Id | Unique ID | FALSE | FALSE | Yes | string | auto generated |
| 2 | ref
\_
id | workplace ID as per state records | TRUE | FALSE | Yes | string | foreign key |
| 3 | wp
\_
name | Name of the workplace | FALSE | FALSE | Yes | string | from state db |
| 4 | wp
\_
type | Type of workplace | FALSE | TRUE | Yes | string | from state db |
| 5 | wp
\_
hq | Whether the workplace is a headquarter or not | FALSE | TRUE | Yes | string | from state db |
| 6 | branch
\_
no | Number of branches of the workplace | FALSE | FALSE | Yes | string | from state db |
| 7 | n
\_
employee | Number of employees in workplace | FALSE | FALSE | Yes | string | from state db |
| 8 | wp
\_
own | Type of ownership of workplace (public, private) | FALSE | TRUE | Yes | string | from state db |
| 9 | wp
\_
head | Head of the workplace | FALSE | FALSE | Yes | string | from state db |
| 10 | starting
\_
year | Year in which workplace was setup | FALSE | FALSE | Yes | string | from state db |
| 11 | location
\_
type | Urban / rural | FALSE | TRUE | Yes | string | Masters |
| 12 | district
\_
id | District of the workplace | FALSE | TRUE | Yes | string | Masters |
| 13 | block
\_
id | Block of the workplace | FALSE | TRUE | Yes | string | Masters |
| 14 | village
\_
id | Village of the workplace | FALSE | FALSE | Yes | string | Masters |
| 15 | phone | Contact number for the workplace | FALSE | FALSE | No | string | from state db |
| 16 | email | Email ID of the workplace | FALSE | FALSE | No | string | from state db |
| 17 | constituency
\_
id | Lok sabha constituency the workplace is in | FALSE | FALSE | No | string | Masters |
| 19 | pincode | Pincode of the workplace | FALSE | FALSE | Yes | string | from state db |
| 20 | gps | GPS location of the workplace | FALSE | FALSE | Yes | latlong | from state db |
| 21 | status | Whether workplace is active / closed | FALSE | FALSE | Yes | string | from state db |
| 22 | url | URL of the workplace's website, if any | FALSE | FALSE | No | string | from state db |
| 23 | no
\_
employees | Number of employees in workplace | FALSE | FALSE | Yes | number | 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