Extra stuff Flashcards
(91 cards)
Transparency leads to…
Inspection
Developers are accountable for…
-Creating plan for Sprint backlog
-Instilling quality by adhering to DOD
-Adapting plan each day towards Sprint Goal
-Holding each other accountable as professionals
PO is also responsible for…
Ordering the Product Backlog
Sprint must have these things
-No changes are made to endanger the Sprint Goal
-Quality does not decrease
-Product backlog is as refined as needed
-Scope of the Sprint goal may be classified and renegotiated with the product owner if more is learned
Advantages with refinement
Increase confidence and understanding
Sprint review
Inspect outcome of Sprint
Determine future adaptations
Present work and with stakeholders progress towards product goal is discussed
Use of scrum artifacts
Help create transparency, so you can adapt from same point
Why commitment of artifacts
Provides information to enhance transparency and focus
Can measure
Refinement
Can split into smaller, more manageable items
-especially since an item should able to be completed within a sprint
When is an item ready?
When it can be completed within a sprint
-sometimes there are prerequesits until you can do an item or else it will take to long
-remember: increments are usable value
User Story
PO use to define features of the system from a user perspective
More detail in acceptance criteria
Example of user story
“As a <Insert>, I want to <Something>”</Something></Insert>
Keywords for user stories
Epic
User story
Epic
Giant user story that has been cut down into substories to be created during a single sprint
The 3 C’s
Card
Conversation
Confirmation
Card
User story
Gives an idea of what the story is about
Conversation
Discussion you have about the user story which gives a better ideas as to what it is about
What is said here is more important that what is written
-User stories are supposed to start discussions
Confirmation
Series of acceptance criteria added to the card
INVEST
Independent
Negotiable
Valuable
Estimable
Small
Testable
Example of Software quality
(Availability) The sales portal shall be available to the users 99.9% of the time every month during business hours
One way of defining category
putting everything under one of these 5 categories:
effectiveness, efficiency, satisfaction, safety, usability
Other way of defining category
Functional Stability
Performance Efficiency
Compatibility
Usability
Reliability
Security
Maintainability
Portability
MatBlazor
Material design components for blazor
Fun fact about Blazor
Normally c# is serverside language, but blazor is clientside aswell