Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Security:

    • The solution should allow permission-based access to reading rooms for patrons

    • The solution should allow read-only access to patron records for security officers

  • Modifiability:

    • The solution should allow extending the room access feature’s capability with additional funcfunctionality

  • Maintainability:

    • The solution should be independent and loosely coupled as the FOLIO core modules do not include the feature.

...

Solution

Description

Pros

Cons

Decision

1

Reuse existing service points mechanism to serve as a reading room

  • Does not require a new module introduction

  • Adding unrelated responsibility to the existing entity of service point

Declined

2

Introduce a separate entity of for the reading room

  • Requires new module introduction

Target Solution

...