You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: posts/duplicate_removal.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ summary: "A brief description of using CTEs to remove duplicates from a table."
9
9
10
10
## Overview
11
11
12
-
Imports from a variety of sources and direct entry of records can often result in duplicate records within database tables. These duplicates make many operations unreliable and threaten overall data integrity and. One effective strategy for removing duplicates is to use a [CTE](https://www.essentialsql.com/introduction-common-table-expressions-ctes/) (Common Table Expression) and a [`PARTITION`](http://www.sqltutorial.org/sql-window-functions/sql-partition-by/) clause.
12
+
Imports from a variety of sources and direct entry of records can often result in duplicate records within database tables. These duplicates make many operations unreliable and threaten overall data integrity and. One effective strategy for removing duplicates is to use a [CTE](https://www.essentialsql.com/introduction-common-table-expressions-ctes/) (Common Table Expression) and a [`PARTITION`](http://www.sqltutorial.org/sql-window-functions/sql-partition-by/) clause.
Copy file name to clipboardexpand all lines: posts/mo-prioritization.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In order to triage incoming tickets, we're currently making use of the following
32
32
33
33
## Major
34
34
35
-
* {% include "assets/images/icons/jira/bug.svg" %} **Bug** - Major loss of function.
35
+
* {% include "assets/images/icons/jira/bug.svg" %} **Bug** - Major loss of function.
36
36
* {% include "assets/images/icons/jira/story.svg" %} **Enhancement** - ex. code refactoring for maintainability, providing better UX on forms
37
37
* {% include "assets/images/icons/jira/task.svg" %} **Task** - ex. Data fix that is preventing access or services for a single end-user in production
38
38
@@ -41,7 +41,7 @@ In order to triage incoming tickets, we're currently making use of the following
41
41
## Medium
42
42
43
43
* {% include "assets/images/icons/jira/bug.svg" %} **Bug** - Impairment to functionality with time intensive or incomplete workaround.
44
-
* {% include "assets/images/icons/jira/story.svg" %} **Enhancement** - Quality of Life enhancement which adds value to interface, process. Makes usage and maintainability easier or more efficient.
44
+
* {% include "assets/images/icons/jira/story.svg" %} **Enhancement** - Quality of Life enhancement which adds value to interface, process. Makes usage and maintainability easier or more efficient.
45
45
* {% include "assets/images/icons/jira/task.svg" %} **Task** - Data quality or Data integrity fixes that are visible to users
46
46
47
47
@@ -50,22 +50,22 @@ In order to triage incoming tickets, we're currently making use of the following
50
50
## Minor
51
51
52
52
* {% include "assets/images/icons/jira/bug.svg" %} **Bug** - Minor loss of function, or other problem where easy workaround is present.
53
-
* {% include "assets/images/icons/jira/story.svg" %} **Enhancement** - Minor addition of business value from completing
53
+
* {% include "assets/images/icons/jira/story.svg" %} **Enhancement** - Minor addition of business value from completing
54
54
* {% include "assets/images/icons/jira/task.svg" %} **Task** - Data cleanup for internal use only data
55
55
56
56
57
57
58
58
## Trivial
59
59
60
-
* {% include "assets/images/icons/jira/bug.svg" %} **Bug** - Cosmetic problem like misspelt words or misaligned text.
60
+
* {% include "assets/images/icons/jira/bug.svg" %} **Bug** - Cosmetic problem like misspelt words or misaligned text.
61
61
* {% include "assets/images/icons/jira/story.svg" %} **Enhancement** - Minor UI tweaks. Addressing minor technical debt issues in code and documentation.
62
62
63
63
64
64
65
65
## Backlog
66
66
67
67
* {% include "assets/images/icons/jira/bug.svg" %} **Bug** - ~~N/A~~
68
-
* {% include "assets/images/icons/jira/story.svg" %} **Enhancement** - Work that can be completed as time allows. Ex. Efficiency improvements, non-critical lifecycle upgrades, technical debt
68
+
* {% include "assets/images/icons/jira/story.svg" %} **Enhancement** - Work that can be completed as time allows. Ex. Efficiency improvements, non-critical lifecycle upgrades, technical debt
69
69
* {% include "assets/images/icons/jira/task.svg" %} **Task** - Internal upkeep. Refactor data schema & normalization
Copy file name to clipboardexpand all lines: resources.md
+2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ A stash for helpful articles, references, documentation looked up along the way
24
24
*[11ty - navigation links with active class](https://www.11ty.io/docs/collections/#example%3A-navigation-links-with-an-active-class-added-for-on-the-current-page)
25
25
*[11ty - apply default template to posts](https://www.11ty.io/docs/data-template-dir/#example%3A-apply-a-default-layout-to-multiple-templates)
0 commit comments