On our last engineering meeting, we decided that we will use the register/unregister API.
Acceptance criteria
- Add a new parameter to the register/unregister API , "is_private", if it is true set the registration as private, if false set it as public.
- Document this parameter on mw.org
- Given a participant changes its registration from private to public
- Then we must update the "cep_private" to false on "ce_participants"
- Given a participant changes its registration from public to private
- Then we must update the "cep_private" to true on "ce_participants"