Skip to end of banner
Go to start of banner

Volaris technical notes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »



 

  • Set up required infrastructure
    • 3 modules, all can be compiled and deployed
  • Implement D2IR Authorization Server side logic
    • all the logic is expected to be located in EDGE module
    • generate test keys (2 pairs?) and share them with INN Reach
  • Configure and test integration with Inn Reach
  • Implement D2IR Authorization Client side logic
    • backend module
    • store API keys, store token, be able to request a new token once expired
  • Configure and test integration with Inn Reach
  • Create all the required API endpoints and mock them
  • Implement Configuration capabilities - UI
  • Implement Configuration capabilities - Data storage
  • Implement Configuration capabilities - BL
  • ...

 

Tech mainline

  • Java
  • Spring (question)
  • Postgres RDBMS
  • Hibernate as ORM (question) , Spring JDBC, FOLIO

Jira projects and boards

(warning) Need to create tickets for items above

  • Set up 4 new modules (edge-inn-reach (Oleksandr), mod-inn-reach (Andrii S.), mod-inn-reach-storage (Andrii K.), ui-inn-reach (Igor))

  • For the edge module it’s required to list all required API endpoints and configure them in RAML file (Oleksandr, Andrii S.)

  • Coordinate Rancher env setup (Oleksii) 

  • Set up Inn-Reach BE own data schema / tables (After API clarification )

  • Review internal FOLIO APIs required for Configuration capabilities (probably for Inventory as well)

Next sprint goals:

  1. new modules exist and deployed (mush have),
  2. required auth (nice to have),
  3. POC for configuration part (optional).

Development sequence - initial setup + auth (need to split into more detailed tech stories)


  • No labels