Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
50
commits
Merge pull request #16 from tomohisa:14-refactor-for-files-layout
412bcc9View on GitHubMerge remote-tracking branch 'origin/main' into 14-refactor-for-files-layout
382746cView on GitHubReorganize domain folder structure following DDD principles; create dedicated folders for aggregates, commands, events, queries, and payloads; update namespaces to match folder structure
cd84fdbView on GitHubMerge pull request #15 from tomohisa:14-refactor-for-files-layout
8e6c078View on GitHubRefactor event payloads for class, student, and teacher management; remove deprecated classes and add new event payloads
8befd86View on GitHubAdd event payloads and aggregate payloads for class, student, and teacher management
0364d43View on GitHubImplement BFF pattern for API calls, convert client-side API calls to server actions, and enhance layout responsiveness
8e76279View on GitHubEnhance layout responsiveness by updating container classes across multiple components
ed2b36fView on GitHubRemove deprecated API routes for teachers and students; refactor student registration logic into actions file
f475ee5View on GitHubRefactor teacher registration logic and move API calls to dedicated actions file
876380eView on GitHubImplement API configuration and CRUD operations for teachers and students; add environment variable support
bac046fView on GitHubAdd Next.js project section to README.md with BFF pattern details
cb0dd72View on GitHubUpdate README.md to include viewport scaling feature details and project structure
b5941bcView on GitHub