...
Sequence Diagram Step no | TIER | API | Module | Return | Description | Question/Comments/Doubt | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2 |
| GET:/Patron-registration-status | edge-patron mod-patron |
| To check if email is already exist in USER table. | |||||||
4 |
| POST/UPDATE/UPSERT: /patron | edge-patron mod-patron |
| Create or update patron Tier-1 data in Staging table. | Where should be create the table in mod-patron or mod-user module? What will be exact table name? staging, user-staging or staging-user? Will there be jsonb column like mod-users? | ||||||
10 |
| POST/UPDATE/UPSERT: /activate-patron | edge-patron mod-patron |
| To activate the patron. | Record still be there in staging table after activated? Patron will activated even before T2 registration flow? | ||||||
15 |
| POST/UPDATE/UPSERT: /patron | edge-patron mod-patron |
| To store patron Tier-2 data. | Will this be stored in staging table only? |
...