What would be a good technique to split the above User Story into smaller stories?
What would be a good technique to split the above User Story into smaller stories?
Splitting the User Story into separate CRUD operations is a good technique. By breaking the story into smaller components focused on create, read, update, and delete operations, it ensures that each aspect of functionality is addressed separately, making the development process more manageable and trackable.
Correct answer should be D...