2021-10-18 - Addresses logic

From Izara Wiki
Jump to navigation Jump to search

Service - Addresses

Shared Library: AddressesSharedLib

Lambda functions to create

Create AddressTemplate

  • (app level authorizer)
  • To work well needs a fancy interface to add elements, but for now can submit elements as an array and validate on backend

CreateAddress

  • need to submit subject identifiers, that node must exist for address to be created
  • needs to handle adding default if not already exists
  • submit the template, addressText is generated on the backend
  • try to create slightly fancy interface for create from addressTemplate frontend
  • validate all locationNodeIds

enableDisableAddress