What is next

Retire deprecated micro app projects. (Repo, Codeship, S3)

Improve our code structure, how do we layout/split our components and services?

  • https://indepth.dev/lean-angular-components/

Improve our mock API server.

  • Smart or Dumb

  • State or Stateless

  • Scenario based

Improve the unit test experience, for developers. (Spectator vs TestBed)

E2E integration testing with Cypress (Relies on an improved mock API server)

Introduce Visual testing (Percy.io, BackstopJS — relies on mock API server and E2E tests)

Improving deployment process/script

  • Multi application deployments

  • Smarter releases (Auto tagging)

Storybooks for all common/shared UI Components

Introduce a shared Service Worker to handle all API communications

你可能感兴趣的:(ui)