summaryrefslogtreecommitdiff
path: root/lisp/service/resume-service.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/service/resume-service.lisp')
-rw-r--r--lisp/service/resume-service.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/service/resume-service.lisp b/lisp/service/resume-service.lisp
index fca6c6e..53cb554 100644
--- a/lisp/service/resume-service.lisp
+++ b/lisp/service/resume-service.lisp
@@ -359,7 +359,7 @@ needs to JOIN with other data."
"skill asc"))
(define-resume-component (job
- ((job :parameter-type 'string))
+ ((company :parameter-type 'string) (location :parameter-type 'string) (start_date :parameter-type 'string) (end_date :parameter-type 'string) (overview :parameter-type 'string))
`((:name "company" :label "Company" :field-type "text" :required "required")
(:name "location" :label "Location" :field-type "text" :required "required")
(:name "start_date" :label "Start Date" :field-type "text" :required "required")