siakad-itm/resources/js/pages
Yoga Pangestu 62f8c167e8
Some checks failed
tests / ci (pull_request) Has been cancelled
feat: implement feedback system with CRUD functionality
- Add FeedbackController to handle feedback submissions and management.
- Create Feedback model and migration for feedbacks table.
- Introduce FeedbackStatus and FeedbackType enums for better type handling.
- Implement FeedbackService for business logic related to feedback.
- Create FeedbackRequest for validation of feedback data.
- Add Tiptap rich text editor for feedback message input.
- Develop frontend components for displaying and managing feedback.
- Add routes for feedback management in web.php.
- Create utility types for feedback in TypeScript.
- Update app-sidebar to include feedback navigation.
2026-08-25 14:25:50 +07:00
..
admin feat: add academic advising log management with CRUD operations and UI integration 2026-08-25 13:30:02 +07:00
auth feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +07:00
feedback feat: implement feedback system with CRUD functionality 2026-08-25 14:25:50 +07:00
settings initial commit 2026-07-29 17:46:01 +07:00
dashboard.tsx feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
welcome.tsx Refactor code structure for improved readability and maintainability 2026-08-03 18:18:12 +07:00