Project translated automatically.
Log in
or
register,
to view the original
The following functionality needs to be implemented on the ASP.NET Core Blazor platform:
1. Creating a user authentication and authorization page.
2. Developing a user profile page with the ability to edit information.
3. Implementing a task list page with functionality to add, delete, and edit tasks.
4. Creating a page to display details of a specific task.
5. Adding search and filtering functionality for tasks on a separate page.
6. Developing a project management page with the ability to create new projects and add users to projects.
7. Implementing a messaging page for communication between users within the project.
8. Adding a page for reports on completed tasks and work done.
A total of 8 pages with the described functionality need to be implemented for this project.