T18F-SEG491x-QkShare / QuickShareWiki

0 stars 0 forks source link

Look Into Paypal Integration #47

Open m9p909 opened 1 year ago

m9p909 commented 1 year ago

Requirements: the system...

Stipe Test Case:

flowchart TD
    A[User Logs In] --> B(Clicks Settings Page)
    B --> C(System displays settings)
    C --> D{user is subscribed?}
    D -->|Yes| E[System displays that user is subscribed and their expiry or renewal data]
    D -->|NO| F(System offers user subscription)
    F --> G(user clicks the subscription button)
    G --> H(system provides a form where user enters payment information and displays cost)
    H --> J(Form submitted)
    J --> I{Payment successful?}
    I -->|yes| K(redirect to success page)
    K --> L(user can now upload bigger files)
    L --> C
    I -->|no| M(redirect to failure page, offer to try again)
    M --> AA{try again?}
    AA -->|yes| H
    AA --> |no| C
m9p909 commented 1 year ago

Should the user's subscription be saved accross email accounts? no