Skip to content

Commit

Permalink
fix(EOL table): major changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Jun 1, 2023
1 parent dcc3c60 commit 8d80136
Showing 1 changed file with 45 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,73 +39,103 @@ EOL changes are classified into the following categories:
<thead>
<tr>
<th style={{ width: "150px" }}>
Transition impact
Tier
</th>

<th>
Description
Impact to customer
</th>

<th style={{ width: "200px" }}>
Notification lead time
Risk of customer not acting
</th>
<th>
Impact
</th>
<th>
Notification lead time
</th>
</tr>
</thead>

<tbody>
<tr>
<td>
Low
Tier 3
</td>
<td>
None or Cosmetic only (cannot affect customer workflow or platform usage)
</td>

<td>
Limited changes to customer processes or procedures are anticipated.
None
</td>

<td>
None to 90 days
Low (Bulk)
</td>
<td>
None
</td>
</tr>

<tr>
<td>
Moderate
Tier 2
</td>

<td>
Changes to functionality are limited in scope. Actions such as upgrading retired agents to supported versions may be required.
Customer workflow may be impacted
</td>
<td>
None
</td>

<td>
Moderate (Bulk)
</td>
<td>
Minimum of 90 days
</td>
</tr>

<tr>
<td>
High
Tier 1
</td>

<td>
Changes are highly impactful to customers and will require significant investment from customers to adapt.
* Customer configuration/coding changes required
* Capability being replaced (including APIs, agents, and integrations)
</td>

<td>
* Data integrity will be affected including partial or full data loss
* Alerts impacted including false positive and false negatives
</td>
<td>
High
</td>
<td>
Minimum of 180 days
</td>
</tr>

<tr>
<td>
Critical
Tier 1A
</td>

<td>
A third party dependency, security issue, or other critical risk causes an urgent need to change or remove functionality on an accelerated timeline.
There is third party dependency, security issue, reliability concern, or other critical risk that causes an urgent need to change or remove functionality on an accelerated timeline.
</td>

<td>
Notified as soon as reasonably practical
See entry to left
</td>
<td>
Critical
</td>
<td>
Notified as soon as reasonabily practical
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 8d80136

Please sign in to comment.