1.All data comes from the database.
2.Search suitable for every page – Course, Teacher, Blog, Event
3.Have 3 user roles – User, Admin, CourseModerator. The admin will create “CourseModerator” users and choose which course they belong to. CourseModerators will only be able to update their course data.
4.Subscribe to emails when a new event is created
5.Adjusting the filter system in the relation and category section of the Course, Blog, Event section with a separate Category table Tip: It will be more convenient if you set up the first database in DbDesign and then start, you will see at least the relationships. Then you will add certain columns as you develop the project without it.
6.Courses, Teacher, Blog, Event and relation tables should be written CRUD, links to additional pages should be removed.
0 comments