Skip to content

Work Notes

Dat Do edited this page Dec 13, 2022 · 38 revisions

Common agile development terms

1 story point = 1 day/work

1 PI (Program Increment) is 3 months

1 sprint is 2 weeks

Hardening cycle

A Hardening Sprint is defined as a sprint focused on “catching up” on technical test debt and readying a Scrum-produced release. In this case, it typically focuses on completing testing activities such as integration, system, and full regression testing.


What is a user story?

A user story is the smallest unit of work in an agile framework.

What is an epic?

Epics are large bodies of work that can be broken down into a number of smaller tasks (called stories).


Things to check before MR

Params/returns for all the functions that I added?

Create Unit tests for all the js files?

Use gettext() for string

const thresholdType = configSettingsModel.get('threshold_config_is_aggregate') ? gettext('Aggregate') : gettext('Entity');
const title = sprintf(gettext('Preview %(thresholdType)s Thresholds'), { thresholdType });

Chrome debug is corrupted?

https://github.com/natkuhn/Chrome-debug/


Terms

KPI: Key Performance Indicator

Types of KPI Source:

  • Ad hoc Search: define your own search to retrieve portion of data.
  • Data Model: Use Splunk Data Models to define a search.
  • Shared Base Search: Use a shared base search configuration to define a search.

Cold Turkey Pro

Clone this wiki locally