Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump decode-uri-component from 0.2.0 to 0.2.2 in /tech/frontend/angular/sample/fem-prod-angular #39

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
bin
obj
obj

.env
126 changes: 85 additions & 41 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,85 @@
{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Material Theme Darker",
"[markdown]": {
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"files.defaultLanguage": "markdown",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ef7a33",
"activityBar.activeBorder": "#097632",
"activityBar.background": "#ef7a33",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#097632",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#de5e11",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ef7a33",
"titleBar.activeBackground": "#de5e11",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#de5e1199",
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#ef7a33",
"statusBarItem.remoteBackground": "#de5e11",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#de5e11"
}
<<<<<<< HEAD
{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Material Theme Darker",
"[markdown]": {
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"files.defaultLanguage": "markdown",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ef7a33",
"activityBar.activeBorder": "#097632",
"activityBar.background": "#ef7a33",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#097632",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#de5e11",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ef7a33",
"titleBar.activeBackground": "#de5e11",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#de5e1199",
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#ef7a33",
"statusBarItem.remoteBackground": "#de5e11",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#de5e11"
}
=======
{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Material Theme Darker",
"[markdown]": {
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"files.defaultLanguage": "markdown",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ef7a33",
"activityBar.activeBorder": "#097632",
"activityBar.background": "#ef7a33",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#097632",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#de5e11",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ef7a33",
"titleBar.activeBackground": "#de5e11",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#de5e1199",
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#ef7a33",
"statusBarItem.remoteBackground": "#de5e11",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#de5e11"
}
>>>>>>> 48a2886636998641ecc02157c451de672f2cf906
12 changes: 8 additions & 4 deletions tech/aws/sns/push-notification.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Push Notification
https://github.com/department-of-veterans-affairs/vanotify-team/tree/master/Architecture/push-notifications

### What
* Push notification is a notification directed at a mobile app. The mobile app receives a notification and decides how to present it to the user
## Background
Push notification is a notification directed at a mobile app. The mobile platform OS receives a notification and decides how to present it to the user. Apple and Android both have integration platforms to allow for push notifications. Apple has [Apple Push Notification Service](https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html) and Android has [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging).

## Push Notifications via AWS
AWS has the SNS service which can be configured to send messages to both Android/Apple notification platforms. AWS assigns an ARN (Amazon Resource Name) to the mobile app itself that you can use to send a push notification to ALL mobile app installations. AWS also assigns an ARN to each individual device installation so that you can send notifications directly to a device.

### How
* Setup:
* AWS Manual Setup:
* Go to SNS
* Create platform application
* Purpose: This creates an ARN for your application so that when you want to send a push notification to all users of your application, you send to the generated ARN
Expand All @@ -13,7 +17,7 @@
* Get Platform ARN
* Add endpoints
* Purpose: This creates an endpoint for a specific device so that if you want to send a push notification to a specific device, you send to the generated ARN
* Add Device Token (UUID)
* Add Device Push Token
* (Optional) - Enter Additional payload to send with each push
* (Optional) - Enter a user identifier
* Get Device ARN
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"kyberNetworkProxy": "0x818E6FECD516Ecc3849DAf6845e3EC868087B755",
"etherAddress": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
}
{
"kyberNetworkProxy": "0x818E6FECD516Ecc3849DAf6845e3EC868087B755",
"etherAddress": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
}
Loading