I have designed the basic pages of the website, but I am facing an issue that I haven’t been able to resolve yet.
The issue is related to the registration page and linking it to the login page, so that after logging in, each user is redirected to their respective dashboard. I want to have four different registration forms: for administrators, teachers, students, and parents. After registration, each user should be directed to their specific dashboard based on their role.
There are also interconnected relationships between the roles, such as the relationship between teachers and students, students and parents, or teachers and parents, and so on. I want to ensure that these relationships function correctly and are well-organized.
Additionally, I want a dedicated admin dashboard for myself as the main administrator, where I can control all aspects of the website, view site analytics, and make modifications such as adding or deleting content (e.g., images), changing fonts, or any other elements without needing to go back to the code.
Is there someone with sufficient expertise to assist me in implementing these tasks?