-
Notifications
You must be signed in to change notification settings - Fork 0
Feature List
Tony G edited this page Jan 30, 2024
·
12 revisions
- Users can sign up, log in, and log out.
- Users can't use certain features without logging in (saving flowcharts, editing account information).
- Logged in users can edit their account information including username, email, password, and avatar image.
- Logged out users are directed to the homepage where they are prompted to create a flowchart
- All users can create flowcharts.
- Logged in users can save their flowcharts.
- Logged in users can see a list of their saved flowcharts.
- Logged in users can edit and delete their new or saved flowcharts.
- Visitors can create, edit, and delete symbols from their session flowchart.
- Logged in users can create, edit, and delete symbols from new or saved flowcharts.
- 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.