This issue is to introduce the concept of multiple projects. The goal is for a single user to be able to manage more than one project board.
-
Project Selection: A way to view and switch between different projects needs to be implemented. This could be a dropdown in the header or a simple list on a dashboard page.
-
Project Creation: Users should be able to create new projects. A "Create a new project" button should lead to a form for naming the project.
-
Data Structure: The backend data model needs to be updated to associate tasks, columns, and other board data with a specific project ID.
This will lay the groundwork for more advanced features like user authentication.
This issue is to introduce the concept of multiple projects. The goal is for a single user to be able to manage more than one project board.
Project Selection: A way to view and switch between different projects needs to be implemented. This could be a dropdown in the header or a simple list on a dashboard page.
Project Creation: Users should be able to create new projects. A "Create a new project" button should lead to a form for naming the project.
Data Structure: The backend data model needs to be updated to associate tasks, columns, and other board data with a specific project ID.
This will lay the groundwork for more advanced features like user authentication.