Skip to content

Commit 2010c13

Browse files
authored
Merge pull request #57 from product-science/tcharchian-patch-6
Tcharchian patch 6
2 parents 6398717 + 2bc0432 commit 2010c13

File tree

5 files changed

+42
-29
lines changed

5 files changed

+42
-29
lines changed

docs/release-notes/Quick-Start-Guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ the full potential of the PS Tool.
88
The Quick Start Guide will be accessible to users within the tool at all times, ensuring that immediate support is readily available.
99

1010
The Quick Start Guide comprises 3 main components:
11+
1112
- **Introduction Video** A concise, less than 1-minute video that provides an overview of how PS Tool works.‍
1213
- **Step-by-Step Guide** A detailed step-by-step guide on how to perform various tasks using PS Tool. This section ensures that users gain a
1314
solid grasp of important features that can empower their analysis.
14-
- **Tutorial on how to identify insights** Building upon the features learned in previous section, this session focuses on guiding users on how
15-
to use these features to find insights efficiently with real life examples and best practices.
15+
- **Tutorial on how to identify insights** Building upon the features learned in previous section, this session focuses on guiding users on how to use these features to find insights efficiently with real life examples and best practices.

docs/release-notes/R1.1-New-UX-&-UI.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Sort flow by favorites, popularity, last edited, and by name
99

1010
## Flow View
11+
1112
- View the list of traces associated with a specific flow
1213
- Edit flow name and description
1314
- Subscribe to flow updates
@@ -18,6 +19,7 @@
1819
- Filter any field of the table and remove traces from the flow or attach them to a different flow
1920

2021
## Unassigned traces view
22+
2123
- Assign traces to one or multiple flows
2224
- Quick filter by "My traces only”
2325
- Filter any field of the table
@@ -27,27 +29,27 @@
2729
![R1.1-New-UX-&-UI-2](R1.1-New-UX-&-UI-2.png)
2830

2931
- Main Timeline (Flame Chart)
30-
- Display slices on timeline, sorted by time
31-
- Display slices full name on hover
32-
- Ability to zoom with WASD or trackpad
33-
- Arrow measurement. Enable you to understand the duration of one function to another
34-
- Ability to add/remove any thread to favorites
32+
- Display slices on timeline, sorted by time
33+
- Display slices full name on hover
34+
- Ability to zoom with WASD or trackpad
35+
- Arrow measurement. Enable you to understand the duration of one function to another
36+
- Ability to add/remove any thread to favorites
3537
- Global Timeline (Aggregation View)
36-
- Display preview of the whole timeline in a condensed view
37-
- Ability to set start and end of the focus zone of the video timeline, synced with the flame graph timeline
38+
- Display preview of the whole timeline in a condensed view
39+
- Ability to set start and end of the focus zone of the video timeline, synced with the flame graph timeline
3840
- Search
3941
- Connections
40-
- Build new connections
41-
- Build connection with real-time feedback
42-
- Visually highlighting slices available for connections
42+
- Build new connections
43+
- Build connection with real-time feedback
44+
- Visually highlighting slices available for connections
4345
- Flags
44-
- Ability to add/remove flag
45-
- Ability to drag and change flag position
46-
- Ability to label, change color, and add notes to flags
46+
- Ability to add/remove flag
47+
- Ability to drag and change flag position
48+
- Ability to label, change color, and add notes to flags
4749
- Details View
48-
- Display slice info
49-
- Display execution path info
50+
- Display slice info
51+
- Display execution path info
5052
- Execution paths feature
51-
- Ability to show the full execution path available for the selected slice
52-
- Filter out inactive threads and sort remaining threads by start time
53-
- Show only the necessary depth of thread
53+
- Ability to show the full execution path available for the selected slice
54+
- Filter out inactive threads and sort remaining threads by start time
55+
- Show only the necessary depth of thread

docs/release-notes/R1.2-Admin.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![Admin-Screen](Admin-Screen.png)
66

77
A system for monitoring, maintaining, and controlling user access to your teams and projects. This is where you can:
8+
89
- Update project icons and details
910
- Remove project
1011
- Update team member's role
@@ -21,10 +22,13 @@ A system for monitoring, maintaining, and controlling user access to your teams
2122
- Register account
2223

2324
## Flow Library
25+
2426
- Ability to add, save and edit Flow titles and descriptions.
2527

2628
## Trace Viewer
29+
2730
[New]
31+
2832
- Tools to prioritize and deprioritize threads so that you can better see an execution path
2933
- Pin thread
3034
- Deprioritize thread
@@ -38,15 +42,18 @@ path temporarily and see the execution path better.
3842
initial exploration process.
3943

4044
[Improved]
45+
4146
- Slice name and connection lines styles updated for readability enhancement
4247
- Ability to zoom into small slices and read their names.
4348

4449
## Mobile app
50+
4551
- Ability to create Flows
4652
- Ability to share and upload traces to PS Tool and
4753
- SSO with Google
4854

4955
## Miscellaneous
56+
5057
- Customer Support System
5158
- You can now file a bug or feature request directly to us.
5259
- Documentation

docs/release-notes/R1.3-Video.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,41 @@
33
![R1.3-Video](R1.3-Video.png)
44

55
## New Feature - Video preview synced with trace
6+
67
With the new Video synced with trace feature you will be able to see what’s happening on the phone screen at every point of the recorded
78
trace.
89

910
Video synced with trace feature allows you to:
11+
1012
- Quickly find the beginning and end of user flows
1113
- See the user actions
1214
- Visually identify performance opportunities (like jitteriness, lags and long network requests)
1315
- Visually identify when the screen was updated
1416

1517
Seeing how your application functions in real life provides valuable context that helps to understand what’s happening - even when the code
1618
is hard to follow:
19+
1720
- Ability to upload recorded video via PS Tool Web UI to a specific trace
1821
- Video preview thumbnails that allow you to quickly navigate video on the global timeline
1922
- Video tab
20-
- Large Preview of the video recording
21-
- Ability to play and pause video
22-
- Ability to loop video
23-
- Ability to delete video
23+
- Large Preview of the video recording
24+
- Ability to play and pause video
25+
- Ability to loop video
26+
- Ability to delete video
2427

2528
## Companion App
29+
2630
- Ability to upload recorded video via Companion app to a specific trace
2731
- Added information with User Flow description
2832
- Added information with project platform information in the project list
2933
- Added information with user role
3034

3135
## Trace Viewer
36+
3237
- Vertical scroller on flamegraph, with the ability to jump to the top or bottom
3338
- Ability to pin a selected choreographer and made it available to anyone opening the trace
3439
- Disable pin-zoom for non flame chart elements
3540

3641
## Misc
42+
3743
- Updated technical copies to human readable copies for all error messages

docs/release-notes/R1.4-Annotations.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ At Product Science, we believe that optimizing your app's performance should sta
44
that drive engagement and app retention. In this release, we are reinforcing our approach by helping our customers define the most critical
55
user flows even before the team begins to look at the code.
66

7-
In the new Annotations screen, even non-technical customers will be able to easily mark the beginning and end of the user flow that requires
8-
performance optimization. This is achieved by placing human-readable annotations on top of the video.
9-
The new Processes x Annotations screen provides tools to connect the human-readable annotations to the code level of your app, making it easy
10-
to understand exactly where on the code level the user flow starts and ends.
11-
The updated Trace Viewer screen will highlight the beginning and end of the user flow so engineers can focus on this specific part of the
7+
- In the new Annotations screen, even non-technical customers will be able to easily mark the beginning and end of the user flow that requires performance optimization. This is achieved by placing human-readable annotations on top of the video.
8+
- The new Processes x Annotations screen provides tools to connect the human-readable annotations to the code level of your app, making it easy to understand exactly where on the code level the user flow starts and ends.
9+
- The updated Trace Viewer screen will highlight the beginning and end of the user flow so engineers can focus on this specific part of the
1210
trace and disregard the rest.
1311

1412
## New Screen - Annotations

0 commit comments

Comments
 (0)