Skip to content

Commit

Permalink
change date and time from LG23 to LG24
Browse files Browse the repository at this point in the history
  • Loading branch information
JomnoiZ committed Aug 27, 2024
1 parent d86a430 commit edda15b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 21 deletions.
6 changes: 3 additions & 3 deletions src/core/components/profile/uploadPaymentBlock.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ const UploadPaymentBlock: React.FC<UploadPaymentBlockProps> = ({ paymentStatus,
return (
<div className={classes.paymentContainer}>
{/* <img src={paymentQR} alt="QR Code" className={classes.image} /> */}
<Typography variant="subtitle1">ชื่อบัญชี กรรมการนิสิต คณะวิศวกรรมศาสตร์ จุฬาฯ</Typography>
<Typography variant="subtitle1">ธนาคารไทยพาณิชย์</Typography>
<Typography variant="subtitle1">เลขบัญชี 045-286444-0</Typography>
<Typography variant="subtitle1">ชื่อบัญชี TBA</Typography> {/* TODO: แก้ชื่อบัญชี */}
<Typography variant="subtitle1">ธนาคาร TBA</Typography> {/* TODO: แก้ชื่อธนาคาร */}
<Typography variant="subtitle1">เลขบัญชี TBA</Typography> {/* TODO: แก้เลขบัญชี */}
<Typography variant="subtitle1">จำนวน 750 บาท</Typography>
{errorMessage.current !== "" && (
<Typography variant="subtitle2" component="div" className={classes.error}>
Expand Down
10 changes: 5 additions & 5 deletions src/core/constants/contact.constant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ export interface ContactModel {
lineId: string
}

// TODO
const contactConstant: Array<ContactModel> = [
{ name: "พี่ปิงปอง ( P’Pingpong )", lineId: "LineID : pingpong2003" },
{ name: "พี่น้ำพั้นซ์ ( P’Numpunch )", lineId: "LineID : _psnrt_" },
{ name: "พี่ฟลุ๊ก ( P’Fluk )", lineId: "LineID : 085-906-9965" },
{ name: "พี่ฟ้า ( P’Fah )", lineId: "LineID : fahsasinapa" }
{ name: "พี่อาร์ท ( P’Art )", lineId: "LineID : traarttra" },
{ name: "พี่เทม ( P’Thems )", lineId: "LineID : thems36970" },
{ name: "พี่แซนด์ ( P’Sand )", lineId: "LineID : sand17226sand" },
{ name: "พี่พลอย ( P’Ploy )", lineId: "LineID : ployppf" },
{ name: "พี่เมอร์ก ( P’Merk )", lineId: "LineID : 0971548843" }
]

export default contactConstant
6 changes: 3 additions & 3 deletions src/core/constants/stepCard.constant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const stepCardConstant: StepCardModel = {
contents: (
<>
พี่ ๆ ได้แจ้งรายละเอียดที่ต้องแก้ไขไว้ที่หน้าแก้ไขเอกสารแล้ว ขอให้น้องแก้ไขเอกสารการสมัครและยืนยันการสมัครอีกครั้ง
<span style={{ fontWeight: 500, color: "#941014" }}>ภายในวันที่ 6 ตุลาคม 2566 เวลา 22:00 น.</span>
<span style={{ fontWeight: 500, color: "#941014" }}>ภายในวันที่ 30 กันยายน 2567 เวลา 22:00 น.</span>
</>
),
primaryButton: {
Expand Down Expand Up @@ -201,7 +201,7 @@ const stepCardConstant: StepCardModel = {
contents: (
<>
ขอแสดงความยินดี !! น้องเป็นหนึ่งในผู้มีสิทธิ์เข้าร่วมค่ายลานเกียร์ ครั้งที่ {process.env.REACT_APP_CAMP_YEAR} แต่ใด ๆ ก็ตาม
อย่าลืมชำระค่าสนับสนุนกิจกรรมเป็นจำนวน 750 บาท ภายในวันที่ 19 พฤศจิกายน 2566 เพื่อยืนยันสิทธิ์การเข้าร่วมค่ายด้วยหล่ะ !!
อย่าลืมชำระค่าสนับสนุนกิจกรรมเป็นจำนวน 750 บาท ภายในวันที่ 10 พฤศจิกายน 2567 เพื่อยืนยันสิทธิ์การเข้าร่วมค่ายด้วยหล่ะ !!
<div style={{ marginTop: "0.75rem" }}>
(หมายเหตุ หากน้องมีความประสงค์จะขอสละสิทธิ์ สามารถขอสละสิทธิ์ได้ โดยทำการแจ้งชื่อ นามสกุลและรหัส LG ผ่านทางเฟซบุ๊กเพจ LarnGear Camp)
</div>
Expand All @@ -223,7 +223,7 @@ const stepCardConstant: StepCardModel = {
incomplete: {
true: {
title: "ชำระค่าใช้จ่าย",
contents: "อย่าลืมชำระค่าสนับสนุนกิจกรรมเป็นจำนวน 750 บาท ก่อนวันที่ 19 พฤศจิกายน 2566 เพื่อยืนยันสิทธิ์การเข้าร่วมค่ายด้วยล่ะ !!"
contents: "อย่าลืมชำระค่าสนับสนุนกิจกรรมเป็นจำนวน 750 บาท ก่อนวันที่ 10 พฤศจิกายน 2567 เพื่อยืนยันสิทธิ์การเข้าร่วมค่ายด้วยล่ะ !!"
}
},
inProgress: {
Expand Down
12 changes: 6 additions & 6 deletions src/core/constants/timeline.constant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const timelineConstant: Array<TimelineModel> = [
},
{
duration: {
start: new Date(2566, 9, 6),
end: new Date(2566, 9, 6)
start: new Date(2567, 8, 30),
end: new Date(2567, 8, 30)
},
title: "แก้ไขเอกสารประกอบการสมัครวันสุดท้าย"
},
Expand All @@ -46,15 +46,15 @@ const timelineConstant: Array<TimelineModel> = [
},
{
duration: {
start: new Date(2566, 9, 30),
end: new Date(2566, 9, 30)
start: new Date(2567, 9, 31),
end: new Date(2567, 9, 31)
},
title: "ประกาศรายชื่อผู้มีสิทธิ์เข้าร่วมค่าย"
},
{
duration: {
start: new Date(2566, 9, 30),
end: new Date(2566, 10, 19)
start: new Date(2567, 9, 31),
end: new Date(2567, 10, 10)
},
title: "ยืนยันสิทธิ์การเข้าร่วมค่าย"
},
Expand Down
6 changes: 3 additions & 3 deletions src/core/providers/announce.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ const SCHEDULE = [
},
{
state: ApplicationStatus.DOCUMENT_EDIT,
start: new Date("October 2, 2023 08:00:00 GMT+07:00"),
end: new Date("October 6, 2023 22:00:00 GMT+07:00")
start: new Date("September 20, 2024 08:00:01 GMT+07:00"),
end: new Date("September 30, 2024 22:00:00 GMT+07:00")
},
{
state: ApplicationStatus.LATE,
start: new Date("October 6, 2023 22:00:01 GMT+07:00"),
start: new Date("September 30, 2024 22:00:01 GMT+07:00"),
end: null
}
]
Expand Down
1 change: 0 additions & 1 deletion src/modules/home/home-carousel.module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ const ArrowButton: React.FC<ArrowButtonProps> = ({ className = "", onClick, dire
)
}

// TODO
const HomeCarousel: React.FC<HomeCarouselProps> = props => {
const { gradientPercent, images, ...rest } = props

Expand Down

0 comments on commit edda15b

Please sign in to comment.