Skip to content

2020 09 24

zaven edited this page Sep 24, 2020 · 7 revisions

2020 09 24

outages/code issues

need more streamlined deploy process

question: design decision autonomy

answer: leads iterate with stakeholders until operational/technical requirements are clear

CI/CD

  • github actions
  • unit and integration test
    • is there a prepackaged workflow for our use case?
  • auto semver

application platform plan

  • should we keep loopback?
  • is there a db access layer and can run unit tests against in memory database
  • admin panel needs its own db schema
  • store admin panel db schema migrations in admin panel repo
  • no spatial data in admin panel db schema
  • we will start thinking about other microservices that will need to be written to integration with the admin panel

deployment

  • place admin panel on its own host so that admin panel team can self manage deployments

meeting minutes