This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -33,7 +33,7 @@
|
||||
"SOCKEYE_DB_CONNECTION": "Server=localhost;Username=postgres;Password=sockeye;Database=sockeye;CommandTimeout=300;",
|
||||
"SOCKEYE_DATA_PATH": "c:\\temp\\sockeye",
|
||||
"SOCKEYE_USE_URLS": "http://*:7676;",
|
||||
//"SOCKEYE_PERMANENTLY_ERASE_DATABASE": "true",
|
||||
"SOCKEYE_PERMANENTLY_ERASE_DATABASE": "true",
|
||||
//"SOCKEYE_REPORT_RENDERING_TIMEOUT":"1",
|
||||
"SOCKEYE_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin"
|
||||
},
|
||||
|
||||
12
todo.txt
12
todo.txt
@@ -7,8 +7,16 @@ TODO:
|
||||
|
||||
- Purchase event must trigger notification event subscribable (might already due to created etc)
|
||||
|
||||
- Message templates back and front
|
||||
new global setting
|
||||
- Message templates back and front new global setting fields:
|
||||
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
|
||||
want all old rockfish style and new sockeye notifications to go through proper notify event code
|
||||
|
||||
Reference in New Issue
Block a user