-
Notifications
You must be signed in to change notification settings - Fork 0
Feature List
Tony G edited this page Feb 25, 2024
·
12 revisions
- Users can sign up, log in, and log out.
- Users can edit their account information including username, email, password, and avatar image.
- Users are directed to the homepage where they are prompted to create a flowchart.
- Users can create flowcharts (click + button)
- Users can edit the title of their flowchart (double click to edit title on the left panel)
- Users can see a list of their saved flowcharts (on the right panel)
- Users can delete their new or saved flowcharts (click the trash icon when hovering over flowchart in list)
- Users can create/add symbols to their flowchart (click respective symbol button on the left panel)
- Users can edit symbol position and text (double click symbol to edit text)
- Users can delete symbols from new or saved flowcharts (select symbol and press delete/backspace)
- Basic symbols include terminator(oval), process(rectangle), decision(diamond), and data(parallelogram).
- Visitors can create, edit, and delete directional flows from their session flowchart.
- Logged in users can create, edit, and delete directional flows from new or saved flowcharts.
- Directional flows serve as connecting points between symbols.
- All users can format the symbols and text.
- All users can change the colors of symbols.
- All users can change the font size, color, and style.
- All users can pan and zoom in and out of the flowchart grid.
- All users can choose a landscape or portrait grid.
- Logged in users can save flowcharts to common storage platforms (Google Drive, OneDrive, DropBox)
- Logged in users can add team members to their flowcharts for live editing.