@mrkvon
I would like to try to implement your email agent in PIVOT test-server
I have a few issues, and I need a code explanation
- is this
bot agent app a node app running in the background along with PIVOT (flavor of CSS) ?
- how to launch the app. Do I understand well that the actual browser
dist/index.js calls need to be replaced by a use case application ?
- one of the application use case is to send an email
once everyday to all pods-email that are following changes in a file or a folder
- like a chat
- or new meeting note
How to make a one everyday day function ? crontab ?
I'm also wondering why the css components use oidc-bearer ?
What is the sequelize database role in my above use-case ? can it be replaced by storing the user email in the pod like in root/acl with NSS ?
....
@mrkvon
I would like to try to implement your email agent in PIVOT test-server
I have a few issues, and I need a code explanation
bot agent appa node app running in the background along withPIVOT(flavor of CSS) ?dist/index.jscalls need to be replaced by a use case application ?once everydayto allpods-emailthat are following changes in a file or a folderHow to make a one everyday day function ? crontab ?
I'm also wondering why the css components use
oidc-bearer?What is the sequelize database role in my above use-case ? can it be replaced by storing the user
emailin the pod like inroot/aclwith NSS ?....