A grants portal needs basic identity verification before applicants can submit, while advanced analytics can wait. How should those components be assigned across releases?
Select an answer to reveal the explanation.
Short Explanation
You don’t open the grants door without checking IDs, but fancy charts can wait for a later wing of the building. MVP security first; analytics later—that’s release slicing by value and dependency.
Full Explanation
Release planning places must-have enabling capabilities into early increments. Identity verification belongs in release 1 because applicants cannot safely submit without it. Advanced analytics can wait for a later release once the MVP path works. Inverting that order or waiting for a single big-bang release reduces early value and raises risk.