Skip to content

Conversation

@seungbeomYang
Copy link
Contributor

Description

image image image

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Manual testing (requires screenshots or videos)
  • Integration tests written (requires checks to pass)

Checklist before requesting a review

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added thorough tests that prove my fix is effective and that my feature works
  • I've requested a review from another user

- Add AdminSemestersTable component with stories and tests
- Add GameSessionCard component with stories and tests
- Add AdminSemestersResponsive stories
- Update Composite components index
- Add AGENTS.md documentation

Closes #865
@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2025

Preview Deployment Status

🔄 Storybook Preview: Deploying...

🔄 Frontend Preview: Deploying...

seungbeomYang and others added 4 commits October 9, 2025 18:16
…and GameSessionCard

- Added AdminSemestersTable to the Composite index.
- Updated AdminSemestersTable stories to improve type safety and formatting.
- Refactored GameSessionCard tests for better readability and consistency.
- Cleaned up imports in both AdminSemestersTable and GameSessionCard components.
@github-actions
Copy link
Contributor

github-actions bot commented Oct 11, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 77.41% (🎯 70%)
⬇️ -6.81%
1117 / 1443
🟢 Statements 77.23% (🎯 70%)
⬇️ -6.86%
1133 / 1467
🔴 Functions 66.9% (🎯 80%)
⬇️ -12.27%
194 / 290
🟢 Branches 69.15% (🎯 60%)
⬇️ -8.98%
446 / 645
File CoverageNo changed files found.
Generated in workflow #3820 for commit f4833b9 by the Vitest Coverage Report Action

seungbeomYang and others added 10 commits October 13, 2025 14:50
- Updated export statements in Composite index to avoid name conflicts.
- Enhanced type safety in AdminSemestersTable stories by defining argument types.
- Simplified GameSessionCard story parameters for better alignment with session data.
- Added tests for edit and delete actions in AdminSemestersTable.
- Simplified onClick handlers for edit and delete actions using optional chaining.
- Integrated NuqsTestingAdapter for improved test rendering.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FRONTEND] Create GameSessionCard and table for admin semesters view

4 participants