Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Better automated testing needed for continuous delivery principles
    • Idea: force quantity/coverage of unit tests
      • Require each bug fixed to have automated tests
    • How do we make cultural shifts to the team (for example, RCA -> unit tests)?
    • Can we use or check Sonar or enforcement of it?
  • Too short of an evaluation period (overall and of new design/features)
    • 'Release Candidate' process
    • Feature flags
  • Need a way to do evaluation (with the appropriate amount of time) of release candidate
  • Slow down the release process
  • Need more test data (both demo data and performance)
  • Is there a way to have better tracking of code changes to components??
  • Need to investigate or understand how caches are updated or if that is needed with new releases/updates. Need to understand the cacheing of the application (not data) strategy. Have to have a way to notify users of how to update the angular application.
  • In addition, we need to address the data updates. (If we removed a set a fields within the requisition) - we aren’t snapshotting the templates 

...