Skip to content

Commit eff2d1e

Browse files
konpokuzzdhybthuyouyc22
authored
added application year to mentor application export (#2454)
* feat: new UI for weekly update * feat: added weekly updater * modified: src/app/ShareSite/WeeklyPage.tsx * Implemented renew weekly failure return * removed admin * Debugged for weekly auto update * temporary commit * modified to pass the lint test * fix: fixed weekly time limitation and card display * added contest team member limit * debugged for member limit check and delete member * add application year to mentor application export --------- Co-authored-by: zzdhyb <139191187+zzdhybthu@users.noreply.github.com> Co-authored-by: Yichen You <125688164+youyc22@users.noreply.github.com>
1 parent 075decb commit eff2d1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/InfoSite/MentorApplicationPage/Handlers.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const exportApplicationHandler = async (
1414
setExporting(true);
1515
try {
1616
const data = applications.map((i) => [
17+
i.year,
1718
i.stu?.stid,
1819
i.stu?.name,
1920
i.stu?.dept,

0 commit comments

Comments
 (0)