Add new exam event, Add support positions
This commit is contained in:
parent
c1711883fc
commit
27b595206f
5 changed files with 48 additions and 15 deletions
|
|
@ -7,12 +7,20 @@ export interface Exam {
|
|||
end?:string;
|
||||
exam_date?:string;
|
||||
announcement_date?:string;
|
||||
announcement_endDate?:string;
|
||||
announcementExam?:boolean;
|
||||
register_startDate?:string;
|
||||
register_endDate?:string;
|
||||
payment_startDate?:string;
|
||||
payment_endDate?:string;
|
||||
category_id?:string
|
||||
category:string
|
||||
category?:string
|
||||
image?:string;
|
||||
images?:{title:string,url:string}[];
|
||||
files?:{title:string,url:string}[];
|
||||
positions?:{id:string,title:string,path:string}[];
|
||||
}
|
||||
|
||||
export interface CalendarEvent {
|
||||
id:string;
|
||||
title:string;
|
||||
|
|
|
|||
|
|
@ -3,8 +3,20 @@
|
|||
"id":"21",
|
||||
"category":"สำนักงาน ก.ก.","category_id":"1",
|
||||
"start":"2023-04-24",
|
||||
"end": "2023-04-26",
|
||||
"exam_date": "2023-04-05",
|
||||
"announcement_date": "2023-03-05",
|
||||
"announcement_endDate": "2023-05-05",
|
||||
"announcementExam": false,
|
||||
"register_startDate": "2023-04-05",
|
||||
"register_endDate": "2023-04-05",
|
||||
"payment_startDate": "2023-04-05",
|
||||
"payment_endDate": "2023-04-05",
|
||||
"title":"ด่วน !! ประกาศวัน เวลา สถานที่ และระเบียบการคัดเลือกลูกจ้างกทม.",
|
||||
"detail":"<p><center><img src='https://webportal.bangkok.go.th/public/user_files_editor/305/bkkgovjob202303_12.jpg'></center></p><br/><center><h2>สำนักงานคณะกรรมการข้าราชการกรุงเทพมหานคร ประกาศกำหนดวัน เวลา สถานที่คัดเลือก และระเบียบ เกี่ยวกับการคัดเลือกบุคลากรกรุงเทพมหานครหรือผู้ปฏิบัติงานอื่นในกรุงเทพมหานครเพื่อบรรจุและแต่งตั้ง เป็นข้าราชการกรุงเทพมหานครสามัญ ครั้งที่ 1 / 2565</h2></center>",
|
||||
"positions":[
|
||||
{"id":"2","title":"ผู้คุมงานทำความสะอาด","path":"2/21"}
|
||||
],
|
||||
"images":[
|
||||
{
|
||||
"title":"topic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue