Versions Compared

Key

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

Jira Legacy
serverSystem Jira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyUXPROD-4663

Option 1. Online registration Tier 1, Tier 2

Option 1. Online registration Tier 1, Tier 2

Sequence Diagram Step no

TIER

API

Return

Description

Question/Comments/Doubt

2

Status
colourPurple
titleTier-1

GET:/Patron-registration-status

  1. 200: if Active

  2. 404: if inactive (with error code or msg)

  3. 404: if not found (with error code or msg)

TO To check if email is already exist in USER table.

4

Status
colourPurple
titleTier-1

POST/UPDATE/UPSERT: /patron

  1. 201 if record created or update.

  2. 4XX/5XX: if something else (???)

Create or update patron on Tier-1 data in Staging table.

10

Status
colourPurple
titleTier-1

POST/UPDATE/UPSERT: /activate-patron

  1. 200: if updated

  2. 4XX: if something else (???)

To activate the patron.

Record still be there in staging table after activated?

Patron will activated even before T2 registration flow?

15

Status
colourBlue
titleTier-2

POST/UPDATE/UPSERT: /patron

  1. 201 if record created or update.

  2. 4XX/5XX: if something else (???)

To store patron Tier-2 data.

Will this be stored in staging table only?

Onsite registration completion

Sequence Diagram Step no

TIER

API

Return

Description

Question/Comments/Doubt

Status
colourPurple
titleTier-1

Status
colourPurple
titleTier-1

Status
colourPurple
titleTier-1

Status
colourBlue
titleTier-2