Datetechapp / Datetechapp-General

0 stars 0 forks source link

Admin panel. Generate reports on payment activity and revenue (PAd-6) #89

Open yuliyamuzychenko opened 1 year ago

yuliyamuzychenko commented 1 year ago

Role - PayAdmin

Preconditions:

  1. PayAdmin logged in
  2. The dating app is up and running.
  3. At least one subscription completed

Description:

  1. The PayAdmin is able to access the "Payments" section within the admin panel.
  2. The PayAdmin is able to view a list of all active, completed, canceled, renewed subscriptions, including the start and end dates of each subscription, subscription types, and prices
  3. The PayAdmin is able to select filters or parameters to customize the generated reports, such as date range, subscription type, status of subscription. The reports include the following information: • Number of subscriptions issued the selected time frame. • Subscriptions types. • User information associated with each subscription (username, age, location). • Timestamps of when subscription, time of payment • Status of each subscription (active, completed, canceled, renewed).
  4. The generated reports are presented in a clear and organized format (tables or graphs)
  5. The PayAdmin can export the reports in common file formats for further analysis or sharing with other stakeholders.