-
Notifications
You must be signed in to change notification settings - Fork 1
Feature List
Parker Bolick edited this page Nov 16, 2021
·
1 revision
- User can sign up
- User can log in
- User can log out
- Demo User button to login as a demo user
- Unregistered users cannot see features of the website
- Registered users are directed to a dashboard with status information on their open tasks and projects upon login.
- The user dashboard will contain open tasks assigned to the user, projects the user is a part of, as well as private notepad for notetaking
- Users will be able to create a new OpenBoard project from the sidebar within the application. Users will be able to add team members to the project, give it a title and description and view the sections and tasks of a project.
- Users will be able to view an overview of the project as well as a list view of tasks within certain sections and a kanban board view of their tasks.
- Users will be able to edit default sections (Backlog, Open, In Progress, Closed) as well as create new sections for their project. Sections will be edited by their name and can be deleted, deleting associated tasks.
- Users will be able to create new tasks within a section on a project board. Tasks will contain a title and description, an optional due date, optional assignee and various tags.
- Users will be able to move tasks around within the kanban board in order to change which section they are in. Tasks will be automatically closed when moved into the 'Closed' section, as well as manually closed via a button on the task detail view.
- Users that own a task will be able to edit that task on the task detail view, as well as remove a task (delete).
- Users associated with a specific project can comment on project tasks once within the task detail view.
- Users will be able to edit their own comment from the task detail view by clicking on a button within the comment div, as well as delete their comment.
- Users will be able to search for tasks and projects from the search bar located in the permanent navigation bar.
- Users will be able to attached files to tasks they own or are assigned to via the task detail view. These files will be able to be downloaded or removed.