You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This screen is the same like the Home screen, but includes a user navigation sidebar at the left. _/5 score/_
Publish New Ad Screen
Route: #/user/ads/publish
Creates a new ad in the system and submits it for publishing. _/10 score/_
Implement "Choose Image" functionality with live image preview. _/5 score/_
List My Ads Screen
Route: #/user/ads
Lists user's ads _/5 score/_
Show [Deactivate], [Publish Again], [Edit] and [Delete] buttons depending on the ad status. _/5 score/_
Implement paging. _/5 score/_
Implement filtering by status (Published / Waiting Approval / Inactive). _/5 score/_
Deactivate / Publish Again Ad
The [Deactivate] button should make an ad inactive. Available for ads in state Published and Waiting Approval.
The [Publish Again] button should submit an ad for approval. Available for inactive ads only.
Shows notification for success or error message. _/5 score/_
Edit Ad
Route: #/user/ads/edit/:id
Users should be able to edit their inactive ads. Show notification for success or error message. _/10 score/_
Implement "Change Image" and "Delete Image" functionality with live image preview. _/5 score/_
Delete Ad
Route: #/user/ads/delete/:id
Users should be able to delete their inactive ads. Show notification for success or error message. _/5 score/_
Edit User Profile
Route: #/user/profile
Users should be able to edit their profile data. Show notification for success or error message. _/5 score/_
Change User Password
Route: #/user/profile
Users should be able to change their password. Show notification for success or error message. _/5 score/_
Logout
Route: #/logout
Successfully logged in users should be able to logout from the app.
Logout shows a notification message and redirects to the Home screen. _/5 score/_
Authorization Checks
Anonymous site visitors (without login) should be able to access the Public Screens but should not be able to access User Screens and Administration Screens.
An attempt to access anonymously these screens should redirect the user to the Home screen. _/5 score/_
The text was updated successfully, but these errors were encountered:
Implement User Screens in the app as follows:
The text was updated successfully, but these errors were encountered: