Open distributev opened 8 years ago
flows/005-mail-merges/templates
and removed insecure static file exposure from routes.flows_data
table on the db from the requirement's data structure, including validation, and created logic to create table if it doesn't exists on app startup.mail-merge.js
, generate-document.js
and email.js
kue job scripts on the backend.mail-merge.js
(POST /api/flows/mail-merge
), and implemented the getMailMergeHistory(recepientCode)
API (GET /api/flows/mail-merge/:code/history
) to get mail-merge history by recipient code.<download-pdf-button pdf-permalink={{merge.pdf_permalink}}/>
to be used within the templates.html_permalink
).email.js
kue job script.pdf_permalink
and zip_permalink
to be served dynamically from the db.mailMergeCsvFile(csvFilePath)
API and mail-merge-csv-file.js
to handle csv file processing of mail-merge flow. Right now most of the mail-merge flow can be tested, except for the items on the todo list, so you can test everything but csv file support.
Remember to update the templates/config.json
files to include your gmail account for email testing.
This is the place to offer ongoing feedback with how is going on. I need to understand what difficulties you face.
1) What is done? 2) What is not done yet? 3) What is working? 4) What is not working yet? 5) Which difficulties you face now? 6) By which date you think I can git pull and start testing?