-
Notifications
You must be signed in to change notification settings - Fork 11
Refactor: 社團活動、競賽得獎獨立為json檔。Chore: ESLint設定檔修正、Actions升級。 #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
04efd62
Fix: ESLint設定修正
Pencil126 49069a6
Feature: actions v3 -> v6
Pencil126 4bc3289
Refactor: 將入社連結拉出為常數
Pencil126 7a726f2
Fix: 修正語法錯誤
Pencil126 44d5be5
Chore: 套件升級
Pencil126 9b706e2
Fix: 修正ESLint warning
Pencil126 01c6131
Refactor: 將競賽得獎資料獨立為json檔
Pencil126 232850e
Refactor: 將社團活動資料獨立為json檔
Pencil126 7f05d35
Doc: 根據改動修改說明
Pencil126 402849c
Fix: 修正活動報名網址
Pencil126 e86f66e
Fix: 暑期幹部訓練年份錯誤
Pencil126 2cfbf87
Fix: contest className 錯字
Pencil126 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| import js from "@eslint/js"; | ||
| import globals from "globals"; | ||
| import pluginReact from "eslint-plugin-react"; | ||
| import { defineConfig } from "eslint/config"; | ||
|
|
||
| export default defineConfig([ | ||
| { | ||
| ignores: ["node_modules/**", "public/**", ".cache/**", "eslint.config.*"], | ||
| }, | ||
| js.configs.recommended, | ||
| { | ||
| files: ["**/*.{js,mjs,cjs,jsx}"], | ||
| plugins: { | ||
| react: pluginReact, | ||
| }, | ||
| languageOptions: { | ||
| ecmaVersion: "latest", | ||
| sourceType: "module", | ||
| parserOptions: { | ||
| ecmaFeatures: { | ||
| jsx: true, | ||
| }, | ||
| }, | ||
| globals: { | ||
| ...globals.browser, | ||
| ...globals.node, | ||
| }, | ||
| }, | ||
| rules: { | ||
| ...pluginReact.configs.flat.recommended.rules, | ||
| "react/prop-types": "off", | ||
| }, | ||
| }, | ||
| ]); | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const EXTERNAL_LINKS = { | ||
| joinUs: "https://iosappcompetition-2026.onrender.com", | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| { | ||
| "academicYear": 111, | ||
| "contents": [ | ||
| { | ||
| "title": "移動應用創新賽 Workshop", | ||
| "date": "2023-05-16、2023-05-23" | ||
| }, | ||
| { | ||
| "title": "幹部交接典禮", | ||
| "date": "2023-05-09" | ||
| }, | ||
| { | ||
| "title": "第7屆社長選舉大會", | ||
| "date": "2023-04-25" | ||
| }, | ||
| { | ||
| "title": "永安國小 mbot 機器人一日進階體驗營", | ||
| "date": "2023-04-22" | ||
| }, | ||
| { | ||
| "title": "葳格國小參訪", | ||
| "date": "2023-04-20" | ||
| }, | ||
| { | ||
| "title": "111-2社員大會", | ||
| "date": "2023-03-01" | ||
| }, | ||
| { | ||
| "title": "寒假幹部訓練", | ||
| "date": "2023-02-11 ~ 2023-02-12" | ||
| }, | ||
| { | ||
| "title": "永安國小 mbot 機器人一日體驗營", | ||
| "date": "2022-12-24" | ||
| }, | ||
| { | ||
| "title": "iOS Club 聖誕期末聚", | ||
| "date": "2022-12-17" | ||
| }, | ||
| { | ||
| "title": "商業 App x 系統開發•經驗分享講座", | ||
| "date": "2022-12-15" | ||
| }, | ||
| { | ||
| "title": "111-1 社員大會", | ||
| "date": "2022-11-15" | ||
| }, | ||
| { | ||
| "title": "iOS Club X 黑客社 聯合夜烤", | ||
| "date": "2022-10-19" | ||
| }, | ||
| { | ||
| "title": "葳格 Swift Mini-Camp (西屯)", | ||
| "date": "2022-10-15" | ||
| }, | ||
| { | ||
| "title": "iOS Club 社團迎新", | ||
| "date": "2022-10-12" | ||
| }, | ||
| { | ||
| "title": "iOS Club 迎新茶會暨 Apple WWDC 獎學金參賽說明會", | ||
| "date": "2022-09-20" | ||
| }, | ||
| { | ||
| "title": "暑期幹部訓練", | ||
| "date": "2022-09-01" | ||
| }, | ||
| { | ||
| "title": "社團旅遊(墾丁)", | ||
| "date": "2022-08-20" | ||
| }, | ||
| { | ||
| "title": "葳格 Swift Mini-Camp (北屯)", | ||
| "date": "2022-08-06" | ||
| } | ||
| ] | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.