This commit is contained in:
2020-07-23 19:13:38 +00:00
parent 8a713c2b1f
commit 1261116f1e
12 changed files with 81 additions and 64 deletions

View File

@@ -11,13 +11,7 @@ ____________
## CURRENT STAGE:
todo: Make this route work
http://localhost:8080/open?type=Widget&id=104
if user not logged in then it should login first then go to object
if user is logged in then it should just open that object
there need be no form "open" anywhere
todo: open object link url not working at client, asks for login but then doesn't navigate like it should
todo: test notification in alternate language
todo: subscription form should autofill in user's personal email address when they pick a new email subscription but still let them change it
todo: subscription form still not completed, needs to be coded for when to show tags (for example) and other stuff
todo: Localize this message or get rid of it, it's annoying and possibly useless
@@ -25,7 +19,7 @@ todo: Localize this message or get rid of it, it's annoying and possibly useless
todo: Back end notification related settings
GlobalOpsNotificationSettings (copy from backup settings)
SMTP creds, return address
todo: back end email subject could use the object type in addition to the name of the object i.e. AY:Object changed:User:Christina Shanahan 25
todo: notifysubscriptionbiz
Check for duplicate before accepting new / edit in validator
@@ -73,6 +67,10 @@ todo: wo, quote and any other AgeValue notify objects are going to need to be ab
todo: As biz objects are fleshed out need to also code their notification event stuff as well
##########################
todo: add method to continue on to requested url when a login needs to happen
(like capture the requested url and if found after login go to it)
todo: clean out leftover openurl stuff from old system
todo: Evaluate form generate sample data sb inside a dialog, it's only done once or twice at most and takes focus away from the other buttons and future stuff
todo: for some reason getting error about checking for notifications logout and back in again even after clean reboot
Not sure why or how the notification check is starting but it's not right at the moment
At most sb one message saying server is unreachable and one more saying it's ok if it comes back but nothing in between