codeforsanjose / project-happening-atm

Agenda notifications for local government meetings
GNU General Public License v3.0
14 stars 15 forks source link

Server: implement Double Opt-In #98

Open jeffersonken19 opened 3 years ago

sent-hil commented 3 years ago

Hello, I did some more research on the double opt-in, and here are my findings:

This is related to the https://github.com/codeforsanjose/gov-agenda-notifier/issues/97 which is what I'm working on right now. Regardless of the approach, this current task should be blocked till the linked one is complete.

OSSJSharedAdmin commented 3 years ago

This just needs to be plugged into authentication

errorsurface commented 1 year ago

@JMStudiosJoe Would like to assign this issue to @dnahol

dnahol commented 1 year ago

Just started working on this.

This and other two linked issues say SMS and email notifications for agenda items were working back then (2021).

Tried testing that on my local instance today. Was able to create test meeting, but wasn't able to upload the example.csv agenda mentioned in the README under Architecture. When I try, the frontend instance just hangs:

" Upload is its own express app and can be found in backend/agenda_upload_service/. The upload services will be brought up by docker-compose along with the other services. To upload, use the example file (backend/agenda_upload_service/example.csv), then do:

curl --form csvfile='@backend/agenda_upload_service/example.csv' -F csvfile=example.csv localhost:3002/upload "

I'll bring this up at the meeting today.