-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
167 lines (111 loc) · 5.02 KB
/
README
File metadata and controls
167 lines (111 loc) · 5.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
ID attribute values:
job-postings
Applies to a DIV tag. A list of one or more job postings.
job-search
Applies to a DIV tag. SHOULD contain the form to search job postings.
job-submissions
Applies to a DIV tag. A list of one or more submissions.
queries
Applies to a DIV tag. A set of outbound links to related resources.
Class attribute values:
all
Applies to a UL tag. As descendent of a div#job-postings, a list representation of job postings.
applicant-name
Applies to an A tag or a SPAN tag. An applicant name; when applied to an A tag, links to the applicant's full submission.
applicant-view
Applies to a UL tag. The list of submissions by an applicant, available only to that applicant when logged in.
brief-description
Applies to a SPAN tag. An abbreviated job description.
cover-letter
Applies to a DIV tag. A cover letter representation.
cover-letter-update
Applies to a FORM tag. A template to update only the cover letter from a submission. MUST be set to FORM.method="post". SHOULD contain this descendent element:
INPUT[file].name="cover-letter"
employer
Applies to a SPAN tag. The name of the employer posting a job.
employer-view
Applies to a UL tag. The list of submissions for a posting, available only to the employer who created to posting, when logged in.
full-description
Applies to a SPAN tag. A full job description.
location
Applies to a SPAN tag. The (city / state / country) location of a job.
new
Applies to a DIV tag. SHOULD contain the form to add a new resource.
posting-new
Applies to a FORM tag. A template to add a new job posting. SHOULD contain these descendent elements:
INPUT[text].name="title"
INPUT[text].name="employer"
INPUT[text].name="location"
TEXTAREA.name="brief-description"
TEXTAREA.name="full-description"
posting-update
Applies to a FORM tag. A template to update an existing job posting. SHOULD contain these descendent elements:
INPUT[text].name="title"
INPUT[text].name="employer"
INPUT[text].name="location"
TEXTAREA.name="brief-description"
TEXTAREA.name="full-description"
references
Applies to a DIV tag. A reference list representation.
references-update
Applies to a FORM tag. A template to update only the references list from a submission. MUST be set to FORM.method="post". SHOULD contain this descendent element:
INPUT[file].name="references"
resume
Applies to a DIV tag. A resume representation.
resume-update
Applies to a FORM tag. A template to update only the resume from a submission. MUST be set to FORM.method="post". SHOULD contain this descendent element:
INPUT[file].name="resume"
single
Applies to a UL tag. As descendent of a div#job-postings, contains an individual job posting representation. As descendent of a div#job-submissions, contains an individual submission.
submission-new
Applies to a FORM tag. A template to add a new submission. SHOULD contain these descendent elements:
INPUT[file].name="resume"
INPUT[file].name="cover-letter"
INPUT[file].name="references"
submission-update
Applies to a FORM tag. A template to update all parts of an existing submission. MUST be set to FORM.method="post". SHOULD contain these descendent elements:
INPUT[file].name="resume"
INPUT[file].name="cover-letter"
INPUT[file].name="references"
title
Applies to an A tag or a SPAN tag. A job title; when applied to an A tag, links to the full posting for that job.
update
Applies to a DIV tag. SHOULD contain the form to update an existing resource.
Name attribute values:
brief-description
Applied to a TEXTAREA element. An abbreviated job description.
cover-letter
Applied to an INPUT[file] element. The cover letter for a submission.
employer
Applied to an INPUT[text] element. The name of the employer posting a job.
full-description
Applied to a TEXTAREA element. A full-length job description.
location
Applied to an INPUT[text] element. The (city / state / country) location of a job.
references
Applied to an INPUT[file] element. The list of references for a submission.
resume
Applied to an INPUT[file] element. The resume for a submission.
search
Applied to an INPUT[text] element. The value to use when searching postings.
title
Applied to an INPUT[text] element. The title of a job posting.
Rel attribute values:
applicant-submissions
Applied to an A tag. A reference to a list representation of submissions by a logged-in applicant.
cover-letter
Applied to an A tag. A reference to a single cover letter representation.
home
Applied to an A tag. A reference to the starting URI for the application.
job-submissions
Applied to an A tag. A reference to a list representation of submissions to a job posting.
job-posting
Applied to an A tag. A reference to a single job posting representation.
jobs-all
Applied to an A tag. A reference to a list representation of all job postings in the system.
references
Applied to an A tag. A reference to a single reference list representation.
resume
Applied to an A tag. A reference to a single resume representation.
submission
Applied to an A tag. A reference to a single job submission representation.