This commit is contained in:
2023-01-12 20:30:20 +00:00
parent 1641754318
commit 8d132b5165
2 changed files with 11 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -33,7 +33,7 @@
"SOCKEYE_DB_CONNECTION": "Server=localhost;Username=postgres;Password=sockeye;Database=sockeye;CommandTimeout=300;", "SOCKEYE_DB_CONNECTION": "Server=localhost;Username=postgres;Password=sockeye;Database=sockeye;CommandTimeout=300;",
"SOCKEYE_DATA_PATH": "c:\\temp\\sockeye", "SOCKEYE_DATA_PATH": "c:\\temp\\sockeye",
"SOCKEYE_USE_URLS": "http://*:7676;", "SOCKEYE_USE_URLS": "http://*:7676;",
//"SOCKEYE_PERMANENTLY_ERASE_DATABASE": "true", "SOCKEYE_PERMANENTLY_ERASE_DATABASE": "true",
//"SOCKEYE_REPORT_RENDERING_TIMEOUT":"1", //"SOCKEYE_REPORT_RENDERING_TIMEOUT":"1",
"SOCKEYE_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin" "SOCKEYE_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin"
}, },

View File

@@ -7,8 +7,16 @@ TODO:
- Purchase event must trigger notification event subscribable (might already due to created etc) - Purchase event must trigger notification event subscribable (might already due to created etc)
- Message templates back and front - Message templates back and front new global setting fields:
new global setting V7NewKey (rockfish v7 template)
V7AddOnKey (rockfish v7 template)
V7TemporaryTrial (rockfish v7 template)
RavenNewKeyAvailable (rockfish RvlController line 150)
ValidateEmail (rockfish RVRController line 102)
RavenTrialApproved (rockfish TrialController line 94)
RavenTrialRejected (rockfish TrialController line 131)
- new notification event type and related code back and front for subscriptions etc - new notification event type and related code back and front for subscriptions etc
want all old rockfish style and new sockeye notifications to go through proper notify event code want all old rockfish style and new sockeye notifications to go through proper notify event code