Create a website which helps parrents and students to find the most suitable tutor
- Trần Đình Tiến
- Nguyễn Việt Khoa
- Nhan Ngọc Thiện
- Phạm Nhật Phương
- Nguyễn Hữu Trung Nhân
- Tiến : Manage tasks and assign tasks to all teammates, Design Database, combine parts of the web. Control the flow of website. Ensure the security of the system. Ensure that the procesing work smoothly with a period meeting.
- Khoa: Create "Footer", "counting" component, make view and controllers for "classlist" and "registeredClasses" for the website. Make template for email.
- Thiện: Create "Header" and "nav-bar", make view and controllers for page "registerClass". Make SEO for the website (on-site SEO). Make translation for the website.
- Nhật Phương: Front-end expert. Web designer - design the tone of web's color, choose the theme. Design the view of "homepage" and "aboutUs". Make the template for "info" pages ("infoTutor", "infoParent", "infoAdmin", "infoClass")
- Nhân: Design the view for page "login" and "contact".Make the checklist for testing. Integration test the web site and test all the use-case testing. Research for Google map API.
Project
│ README.me
|
└───application
│ └───controllers (.php)
│ └───models (.php)
│ └───views (.html)
|
|
└───static
| └───constant (save all the constants)
| └───assets (plugin)
| └───css (.css)
| └───js (.js)
| └───images
| └─── avatar
| └─── background
| └─── icon
|
└───secret (save the app setting and the app configurations)
└───htaccess file
└───robots.txt
└───sitemap file
- Filenames: follows lower Camel case and the filename must be noun.
- html, css: follow BEM convention (BEM).
- Function names, function var: follow lower Camel case and the function name must be verb.
- id html: follow example : popup_text
- Pictures: follow lower Camel case and the function name must be noun.