Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
INFS3202/7202
Feature Declaration
Milestone Student Number (8-digit) Family Name Given Names
Your Project URL
Marking Summary (FOR TUTOR USE ONLY)
Core Basic Intermediate Advanced Bonus Penalty Final Mark
/12 pts pts pts /20
Core Features (Compulsory)
Please tick the core features that you have completed in this milestone. For Milestone 3, you do
not need to tick the features that you have successfully completed in the previous milestone.
Feature Completed (FOR TUTOR USE ONLY)
1. Login
Server-side validation (e.g., informing the user if the username is
not registered in the database or if the password is incorrect).
Each page reflects the user’s login status (e.g., the profile/logout
button should appear only when the user has logged in).
Some content should only be visible to logged-in users.
Choose an appropriate HTTP request method (e.g., GET, POST,
PUT, etc.) for client-server communication.
2. Registration
Username and email address should be checked to be unique.
Password strength should be checked.
The registered user data should be saved in the database.
2
Choose an appropriate HTTP request method (e.g., GET, POST,
PUT, etc.) for client-server communication.
3. User Profile
Create a user profile interface that is only accessible when the
user has logged in.
All the user’s information should be fetched from the database.
4. Cookies
Use cookies in at least one of the features you implemented.
5. AJAX
Use AJAX in at least one of the features you implemented.
Basic Features (2pts)
Please provide a description for each basic feature that you have implemented in this milestone.
Feature (FOR TUTOR USE ONLY)
/2
/2
/2
/2
/2
/2
/2
/2
3
/2
/2
/2
/2
/2
/2
Intermediate Features (3pts)
Please provide a description for each intermediate feature you have implemented in this milestone.
Feature (FOR TUTOR USE ONLY)
/3
/3
/3
/3
/3
/3
/3
4
/3
/3
/3
Advanced Features (4pts)
Please provide a description for each advanced feature you have implemented in this milestone.
Feature (FOR TUTOR USE ONLY)
/4
/4
/4
/4
/4
/4
Project Accounts (Optional)
If your project has pre-existing user/admin accounts for tutors to log in (without the need to sign
up first), please provide them here (e.g. username, password).
5
References & Additional Comments (Optional)
Please provide any references you have used in your code.
If you have additional comments that you need to let the tutors know during marking (e.g.
additional URLs, API keys, accessing instructions, etc.), please also write them down here.