-
Notifications
You must be signed in to change notification settings - Fork 0
Feature List
Tyler Haag edited this page Nov 7, 2024
·
1 revision
- Users can sign up, log in, and log out
- Users can log in as a demo user to preview the site without going through the login process
- Users must be logged in to create/view boards, notes, and labels
- Users can create many boards
- Users can view boards that they own or have access to via a team
- Users can change the name of a board
- Users can delete a board
- Users can add notes to a board
- Users can add labels to a board
- Notes are attached to a specific board
- Users can create many notes
- Users can update the title or contents of a note
- Users can attach labels to a note
- Users can remove labels from a note
- Users can set the priority of a note
- Users can delete a note
- Labels are attached to a specific board
- Labels can be attached to many notes
- Users can create many labels
- Users can update the name of a label
- Users can delete a label
- Users can share boards with groups of other users, called "Teams"
- The owner of a team can add other users to a team
- The owner of a team can remove other users from a team
- The owner of a team can stop sharing a board by deleting the team it's shared with
- Users can switch between light and dark themes
- Users can enable an additional theme which is more accessible to colorblind users