diff --git a/.vscode/launch.json b/.vscode/launch.json index 4373ca4..789a6fe 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" }, diff --git a/todo.txt b/todo.txt index 600a8b8..3e0a117 100644 --- a/todo.txt +++ b/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