black ka1ser
displaying resource's index page based on user type
i have a resource called VideoResource. i have also created a custom page called Videos. how to make sure that upon login, when the user open the resource, they will be redirected to the custom page instead of the index of VideoResource?
6 replies
Writing Software Design Description (SDD) for Filament-based systems
Hello, im currently taking a subject in uni where i need to create the srs (software requirement specification) and sdd (software design description). I plan to develop a filament-based system to cut off the development time. In the sdd, there are sections where we need to create a package diagram to illustrate the folders and its files. Usually for the subject the lecturer expect to see the usual folders - Model, Controllers, and views. How do i do this for filament-based systems? When i explained about the Filament Resource the lecturer said it is equivalent to view files. How do i illustrate the backend process for filament-based systems?
16 replies
Fail to attach questions to quiz.
quiz_questions is a pivot table where it stores quiz_id and question_id. right now i have a QuestionRelationManager under the Quiz resource.
Quiz.php
Question.php
QuizQuestion.php
QuestionsRelationManager.php
It does shows the questions, however i cant attach it. The error is
7 replies