-
Notifications
You must be signed in to change notification settings - Fork 1
Work Notes
Common agile development terms
1 story point = 1 day/work
1 PI (Program Increment) is 3 months
1 sprint is 2 weeks
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).
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/
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.