Skip to content

Connecting Villages - v0.1.2

Compare
Choose a tag to compare
@HemanthSai7 HemanthSai7 released this 27 Feb 15:25
· 19 commits to main since this release
043fa74

Release 0.1.2

Breaking Changes

  • Typehint of has_SSP of FamilyInformation table has now been modified from boolean to string.
  • Auth sub was previously defined as aadharno_role now changed to aadharno_role_village.
  • volunteer_id and timestamp of user are now being logged for future reference, hence this schema has been modified (data posted prior to this change is invalid).

Major Features and Improvements

  • /ops/*
    • Higher hierarchy of operations to interact with the database server directly.
  • Metadata about the user is now being logged on the event of filling out the form.
  • Bulk user account creation.
    • Space-separated volunteer IDs and passwords can be entered for user account creation in bulk.

Bug Fixes

  • Typo: martial_status to marital_status.
  • Typo: is_chemical_weedice_used to is_chemical_weedicide_used.
  • Typo: is_chemical_organic_manuevers to is_chemical_organic_manures.
  • The method to ingest data in agri_products was fixed.
  • Wrong key_pass to identify agri_products
    • The key passed to identify agri_products was pointing to the family_info table hence the agri_products data was being dumped into the wrong collection.
  • Fix accessing property bug for UserOut and base URL.
  • Fix the wrong prefix of agri_products from fi to ap.
  • Bulk users' passwords were not being hashed, now all the passwords will be hashed first.

Production Link

Connecting Villages API