Skip to main content

fortunaisk Plugin for Alliance Auth

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

FortunaISK (Beta)

A lottery module for Alliance Auth to organize, manage, and track community lotteries effortlessly. This module integrates seamlessly with Alliance Auth and its ecosystem, automating lottery creation, management, and winner selection.


Feedback Welcome

This module is currently in beta testing. Your feedback, ideas for improvements, and suggestions are highly valued. Feel free to reach out with any insights or recommendations!


Features

  • Ticket Handling: Accepts and validates ticket purchases.
  • Payment Processing: Automates payment verification and tracks anomalies.
  • Winner Selection: Randomly selects winners using pre-defined criteria.
  • Lottery History: Provides a detailed history of past lotteries and winners.
  • Recurring Lotteries: Supports automated creation of recurring lotteries.
  • Administrative Tools:
    • Anomaly resolution for mismatched transactions.
    • Prize distribution tracking.
    • Comprehensive admin dashboard for statistics and management.
  • Notifications:
    • Discord notifications for major events like lottery completion or anomalies.
    • Alliance Auth notifications for users about ticket status and winnings.

Prerequisites


Installation

Step 1 - Install app

pip install fortunaisk

Step 2 - Configure Auth settings

Add 'fortunaisk' to your INSTALLED_APPS in local.py:

INSTALLED_APPS += ["fortunaisk"]

Step 3 - Maintain Alliance Auth

  • Run migrations:

    python manage.py migrate
    
  • Gather static files:

    python manage.py collectstatic
    
  • Restart Auth:

    supervisorctl restart all
    

Step 4 - Configure tasks

Run the following management command to set up periodic tasks:

python manage.py setup_fortuna_tasks

Step 5 - Configure Webhooks

Visit the following URL to configure Discord webhooks:

AUTH_ADDRESS/admin/fortunaisk/webhookconfiguration/

Permissions

Permission Description
fortunaisk.user Allows access to the user's personal dashboard and viewing their winnings.
fortunaisk.admin Grants full administrative rights to manage lotteries, resolve anomalies, etc.

Settings

Name Description Default
FORTUNAISK_PAYMENT_VALIDATION_TASK Priority level for payment validation tasks. 1
FORTUNAISK_DISCORD_NOTIFICATION Priority level for Discord notifications. 5

Architecture Overview

Models

  • Lottery: Core model representing individual lotteries, including ticket price, duration, and winner details.
  • AutoLottery: Handles recurring lotteries with customizable schedules and durations.
  • TicketPurchase: Tracks individual ticket purchases and their status.
  • Winner: Records winners and their prize amounts.
  • TicketAnomaly: Logs discrepancies in ticket purchases or payments.
  • ProcessedPayment: Maintains a record of processed payments to prevent duplicates.
  • WebhookConfiguration: Stores Discord webhook URLs for notifications.

Tasks

  • check_purchased_tickets: Validates payments and generates corresponding tickets.
  • check_lottery_status: Monitors lotteries and marks them as completed if their duration has expired.
  • finalize_lottery: Selects winners and completes the lottery lifecycle.
  • create_lottery_from_auto_lottery: Automatically generates a new lottery based on recurring settings.

Forms

  • LotteryCreateForm: For creating standard one-time lotteries.
  • AutoLotteryForm: For managing recurring lotteries with custom schedules and winner distributions.

Views and Templates

  • Admin Dashboard: Central hub for managing lotteries, resolving anomalies, and distributing prizes.
  • User Dashboard: Personalized view for users to track their tickets and winnings.
  • Templates:
    • fortunaisk/base.html: Base template providing consistent layout and navigation.
    • Admin Views:
      • admin_dashboard.html: Summarizes financial statistics, ongoing lotteries, and unresolved anomalies.
      • anomalies_list.html: Lists all anomalies for resolution.
      • lottery_detail.html: Displays details of a specific lottery, including participants and winners.
    • User Views:
      • my_dashboard.html: Displays a user's ticket purchases and winnings.
      • lottery.html: Shows active lotteries with participation details.
    • Lottery Management:
      • create_lottery.html: Form for creating one-time lotteries.
      • create_auto_lottery.html: Form for setting up recurring lotteries.
    • Historical Data:
      • lottery_history.html: Displays records of past lotteries.
      • winner_list.html: Lists all winners with a podium for top earners.

Usage

User Features

  • Active Lotteries: Users can view and participate in ongoing lotteries.
  • Personal Dashboard: View purchased tickets and winnings.
  • Lottery History: Access records of past lotteries and their outcomes.

Admin Features

  • Create Lotteries: Set ticket prices, duration, winner count, and prize distribution.
  • Manage Recurring Lotteries: Activate or deactivate automated lotteries.
  • Monitor Participants: View ticket purchases and participant details.
  • Resolve Anomalies: Identify and correct mismatches in ticket purchases or payments.

Contributing

Contributions are welcome! To report an issue or propose a feature:

  1. Fork this repository.

  2. Create a branch for your feature or fix:

    git checkout -b feature/your-feature-name
    
  3. Submit a pull request.


License

This project is licensed under the MIT License. See the LICENSE file for details.


Thank you for using FortunaISK! For questions or feedback, feel free to open an issue or contact the maintainer.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fortunaisk-0.2.2.tar.gz (50.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fortunaisk-0.2.2-py3-none-any.whl (68.4 kB view details)

Uploaded Python 3

File details

Details for the file fortunaisk-0.2.2.tar.gz.

File metadata

  • Download URL: fortunaisk-0.2.2.tar.gz
  • Upload date:
  • Size: 50.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.3

File hashes

Hashes for fortunaisk-0.2.2.tar.gz
Algorithm Hash digest
SHA256 c35a65c845e5bc909f558f373640dee2fd0f4e5be95dfffe3db23948fc7c8e5a
MD5 b4042860c708993cb2e67d9bf4bf2fbf
BLAKE2b-256 b39417267a2364aa6f1f974af195f493fc85c3f2381ded212f5c8fe17004ed15

See more details on using hashes here.

File details

Details for the file fortunaisk-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: fortunaisk-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 68.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.3

File hashes

Hashes for fortunaisk-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 061893df8435820fcb490ec53f0625958decf446a2195d8165a6f5793934a65a
MD5 7808df96445e603ca8775e379ed4e5fe
BLAKE2b-256 2147b4e36e9aff6640ac06f7a2344ced5f58fb00187f3557614582c69334606f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page