Commit Graph

37 Commits

Author SHA1 Message Date
skytek_xinliang 130a907351 chore: clear 2026-05-14 10:33:29 +08:00
skytek_xinliang 33fe404ca9 chore: ignore local AI tool configuration files
Add MCP and OpenCode configuration files to .gitignore to keep
developer-specific local settings out of version control.chore: ignore local AI tool configuration files

Add MCP and OpenCode configuration files to .gitignore to keep
developer-specific local settings out of version control.
2026-05-11 15:59:16 +08:00
skytek_xinliang 361e969eda chore: ignore local AI agent and Playwright directories
Add generated local tool directories for agents, Claude, Ruler, and
Playwright to .gitignore to prevent environment-specific files from
being committed.chore: ignore local AI agent and Playwright directories

Add generated local tool directories for agents, Claude, Ruler, and
Playwright to .gitignore to prevent environment-specific files from
being committed.
2026-05-11 15:48:49 +08:00
skytek_xinliang a45563685f docs: refresh template documentation and examples
Update README and frontend layering docs to reflect the current template core structure, use relative repository links, and remove outdated demo guidance.

Add expanded API response examples for common features and ignore local Codex configuration.docs: refresh template documentation and examples

Update README and frontend layering docs to reflect the current template core structure, use relative repository links, and remove outdated demo guidance.

Add expanded API response examples for common features and ignore local Codex configuration.
2026-05-11 15:45:31 +08:00
skytek_xinliang 71683482e1 refactor: ky 2026-05-07 11:17:30 +08:00
skytek_xinliang 87fbc1dda8 docs: refresh project guidance and environment setup
Add env example defaults for Vite API and login settings, document
template structure and page creation flow, and align agent guidance with
current LLM development rules. Also allow committing the env example while
keeping local env files ignored.docs: refresh project guidance and environment setup

Add env example defaults for Vite API and login settings, document
template structure and page creation flow, and align agent guidance with
current LLM development rules. Also allow committing the env example while
keeping local env files ignored.
2026-05-05 14:29:52 +08:00
skytek_xinliang 23218703f9 chore: remove ESLint scripts and dependencies
Drop ESLint-related npm scripts and dev dependencies from package.json, and update the pnpm lockfile to remove unused linting packages.chore: remove ESLint scripts and dependencies

Drop ESLint-related npm scripts and dev dependencies from package.json, and update the pnpm lockfile to remove unused linting packages.
2026-05-05 13:34:13 +08:00
skytek_xinliang b37f4363eb feat(stores): add Pinia domain stores and update docs
Implement concrete Pinia stores for app UI and domain data instead of
placeholder re-exports, including seeded student records and snackbar state.

Refresh README guidance for components, plugins, and services to document the
current project structure, data flow, and usage conventions.feat(stores): add Pinia domain stores and update docs

Implement concrete Pinia stores for app UI and domain data instead of
placeholder re-exports, including seeded student records and snackbar state.

Refresh README guidance for components, plugins, and services to document the
current project structure, data flow, and usage conventions.
2026-05-05 11:54:19 +08:00
skytek_xinliang 6eab4d9744 feat: code-review-graph 2026-04-30 14:06:30 +08:00
skytek_xinliang 3b1ac6df92 fix: 樣式修正 2026-04-29 15:27:13 +08:00
skytek_xinliang 3650776ed9 feat: 更新 EditableGrid 元件以支持分頁功能並改善顯示資訊 2026-04-13 14:32:33 +08:00
skytek_xinliang da96d64f75 feat: 為列表元件添加角色屬性以改善可訪問性 2026-03-31 15:03:22 +08:00
skytek_xinliang 8dbae6c614 feat: 增加無障礙標籤及ARIA屬性以改善可訪問性 2026-03-31 11:13:13 +08:00
skytek_xinliang 918da2f79e fix: WCAG fastpass 2026-03-31 09:57:28 +08:00
skytek_xinliang 52eb09eccf feat: Add Vue testing best practices and Playwright setup 2026-03-30 17:05:49 +08:00
skytek_xinliang 81b36c60f2 feat: 更新登入頁面本地存儲鍵名及日誌輸出,簡化 i18n 配置 2026-03-30 16:18:13 +08:00
skytek_xinliang 959d2411a9 feat: 新增中英文語言檔案並更新 i18n 配置 2026-03-30 15:43:22 +08:00
skytek_xinliang d7ebbda3d3 feat: 重構主佈局及相關元件,更新命名規則並新增功能 2026-03-30 15:14:12 +08:00
skytek_xinliang 79b20ded3b feat: refactor layouts and login components 2026-03-30 15:04:27 +08:00
skytek_xinliang f7413111c0 feat: Implement detailed semester management components 2026-03-30 14:44:53 +08:00
skytek_xinliang edf664fbb8 feat: Implement editable student grid and refactor maintenance dialogs 2026-03-30 11:44:04 +08:00
skytek_xinliang 20b093ff73 feat: add SingleRecord component for student maintenance with CRUD functionality 2026-03-30 11:03:01 +08:00
skytek_xinliang 00a7150757 refactor: update component names to use kebab-case for consistency 2026-03-30 10:30:58 +08:00
skytek_xinliang 742d5cafcd refactor: remove unused dashboard components and views 2026-03-30 10:08:24 +08:00
skytek_xinliang 8ef6873abc refactor: rename SKLogin component to PageLogin and update references 2026-03-30 09:31:45 +08:00
skytek_xinliang 16b58fbf7a Refactor MasterDetailMntC.vue for improved readability and consistency 2026-03-30 09:18:55 +08:00
skytek_xinliang 7591ecd062 chore: update .gitignore to include .env files and add prettier for code formatting 2026-03-27 16:29:27 +08:00
skytek_xinliang 1201ef10d5 refactor: extend type definitions for vue-router and axios with additional metadata 2026-03-27 16:13:52 +08:00
skytek_xinliang 24661a17b3 refactor: update v-model bindings and emit event names for favorites and breadcrumb visibility 2026-03-27 15:35:36 +08:00
skytek_xinliang 2f1801bc2b refactor: update breadcrumb bar visibility handling across components 2026-03-27 15:25:29 +08:00
skytek_xinliang 6d20ee3cc1 docs: update project rules to include guidelines for component refactoring, bulk verification, UI debugging, and Vuetify documentation consultation 2026-03-27 15:02:29 +08:00
skytek_xinliang 6e38211382 Refactor layout components for improved readability and consistency 2026-03-27 13:57:44 +08:00
skytek_xinliang 24f86c3fb5 refactor: update row density to compact in various components for improved layout 2026-03-26 16:25:41 +08:00
skytek_xinliang 389ec56480 refactor: replace common confirm dialogs with maintenance CRUD dialogs and streamline form handling in MasterDetailMntC.vue and SingleRecordMnt.vue 2026-03-26 16:01:20 +08:00
skytek_xinliang ec3fbace1a refactor: update icon usage to use mdi imports for consistency 2026-03-26 11:48:05 +08:00
skytek_xinliang 069141794e feat: add SingleRecordMnt component for student record maintenance with search, add, edit, view, and delete functionalities 2026-03-26 11:24:37 +08:00
skytek_xinliang 507afcc99c feat: project init 2026-03-26 10:08:35 +08:00