Skip to content
This repository was archived by the owner on Jul 11, 2020. It is now read-only.
This repository was archived by the owner on Jul 11, 2020. It is now read-only.

Requirements modification after sequences has been added #4

Description

@cfsottile

Say I have these requirements

A: 1, 3, 1, 2
B: 2, 4, 3, 4
C: 2, 3, 2

and I'm writing sequences. I'm half the way through:

A requires 2 pages
B requires 1 page
C requires 1 page
B requires 2 pages

As for now, I have covered these requirements:

  • A: _1, _3, 1, 2
  • B: _2, _4, _3_, 4
  • C: _2_, 3, 2

If i want to make a changes:

  • If I modify those requirements which have been covered by sequences, it would alter the last ones and introduced changes can be unintuitive. Maybe I shouldn't be able to do it, and be forced to delete a sequence to alter its related requirements.
  • If I modify requirements which haven't been covered by sequences, I won't get into troubles so I should be able to.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions