Member leads sign up assignment
February 4th, 2022
Currently the Member lead signup uses local offices from the MC committee page. The problem with using these local offices is some Member entities doesn't run Member lead signup programmes and these accounts are created. to tackle this we have added alignment_type in LC Alignment section. There are two types (exchange, recruitment) currently defined. recruitment alignment_type will be used in Member lead signups and exchange alignment_type will be used in YOP signup.

API changes:
  • Added argument alignment_type in add_lc_alignment API. Use recruitment as an option in alignment_type. 
  • Added alignment_type filter argument in lc_alignments query.  Pass recruitment as a filter option in alignment_type. 
  • Added alignment_type filter argument in mc_alignments query.  Pass recruitment as a filter option in alignment_type. 
  • Added argument alignment_type in update_lc_alignment_label API. Use recruitment as an option in alignment_type. 
Note:  For existing LC alignment, no changes required. By default in Adding and querying we use exchange alignment_type. 
  
X
Crafted by