Go to file
Yoga Pangestu b0e16a6cd5 feat: add assignment and submission management features
- Created SubmissionService to handle submission logic for assignments.
- Added migrations for assignments and submissions tables.
- Implemented AssignmentSeeder and SubmissionSeeder for initial data.
- Updated DatabaseSeeder to include new seeders.
- Enhanced app sidebar to include assignments navigation.
- Developed datetime field component for better date and time input.
- Created assignment management pages with data tables for assignments and submissions.
- Implemented forms for creating and editing assignments and submissions.
- Added routes for assignment and submission management in admin panel.
- Defined types for assignments and submissions to improve type safety.
2026-08-24 18:15:44 +07:00
.agents/skills initial commit 2026-07-29 17:46:01 +07:00
.github initial commit 2026-07-29 17:46:01 +07:00
app feat: add assignment and submission management features 2026-08-24 18:15:44 +07:00
bootstrap initial commit 2026-07-29 17:46:01 +07:00
config feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
database feat: add assignment and submission management features 2026-08-24 18:15:44 +07:00
public Refactor code structure for improved readability and maintainability 2026-08-03 18:18:12 +07:00
resources feat: add assignment and submission management features 2026-08-24 18:15:44 +07:00
routes feat: add assignment and submission management features 2026-08-24 18:15:44 +07:00
storage initial commit 2026-07-29 17:46:01 +07:00
tests initial commit 2026-07-29 17:46:01 +07:00
.editorconfig initial commit 2026-07-29 17:46:01 +07:00
.env.example initial commit 2026-07-29 17:46:01 +07:00
.gitattributes initial commit 2026-07-29 17:46:01 +07:00
.gitignore initial commit 2026-07-29 17:46:01 +07:00
.npmrc initial commit 2026-07-29 17:46:01 +07:00
.prettierignore initial commit 2026-07-29 17:46:01 +07:00
.prettierrc initial commit 2026-07-29 17:46:01 +07:00
AGENTS.md initial commit 2026-07-29 17:46:01 +07:00
artisan initial commit 2026-07-29 17:46:01 +07:00
boost.json initial commit 2026-07-29 17:46:01 +07:00
components.json refactor: update component imports and improve styling 2026-08-03 15:19:17 +07:00
composer.json feat: add media library and permission management 2026-08-05 15:57:51 +07:00
composer.lock feat: add media library and permission management 2026-08-05 15:57:51 +07:00
eslint.config.js initial commit 2026-07-29 17:46:01 +07:00
opencode.json initial commit 2026-07-29 17:46:01 +07:00
package-lock.json initial commit 2026-07-29 17:46:01 +07:00
package.json feat: add PhoneInput and Textarea components; update package dependencies 2026-08-18 14:58:08 +07:00
phpstan.neon initial commit 2026-07-29 17:46:01 +07:00
phpunit.xml initial commit 2026-07-29 17:46:01 +07:00
pint.json initial commit 2026-07-29 17:46:01 +07:00
pnpm-lock.yaml feat: add PhoneInput and Textarea components; update package dependencies 2026-08-18 14:58:08 +07:00
pnpm-workspace.yaml initial commit 2026-07-29 17:46:01 +07:00
tsconfig.json initial commit 2026-07-29 17:46:01 +07:00
vite.config.ts initial commit 2026-07-29 17:46:01 +07:00