nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.mesh.nycmesh.net
MIT License
8 stars 13 forks source link

Add "Contact Preference" field to member object #451

Open Andrew-Dickinson opened 1 month ago

Andrew-Dickinson commented 1 month ago

Require members to indicate phone vs email contact preference via the join form, and store it on the member object.

Allow null values for this field for existing member objects? Or maybe we should default everyone that's existing to email?

had2020 commented 1 month ago

Currently working on this issue!

Andrew-Dickinson commented 1 month ago

Great! @had2020 you might want to base your work off of #450 to prevent merge conflicts since there are some join form changes in there